Skip to content

aleexga/advanced-homework-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Fork, clone, run yarn install, yarn start, pull request

Do

  • Organize this web page into appropriate components
    • ProductDetail
    • Header
    • Footer
    • Carousel
  • Create a component folder to hold component files
  • Make sure each component is in its own file and imported into App.js
  • Use the provided data in state.js to dynamically populate information instead of the hard coded html that is there now.
  • Remember to use props
  • App should map the array of products into an array of ProductDetails
  • ProductDetail should take one product
  • Make the star images represent the number rating from data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.8%
  • CSS 10.8%
  • HTML 10.4%