Skip to content

CruzMendez/advanced-state-practice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

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

Do

  • Add a new class component for Reviews
  • Make sure to use extends and super
  • Import and use this component in ProductDetail
  • This component will take a product from props
  • It will show the number of reviews followed by "review" or "reviews" depending on if there is one or more reviews
  • It will create a list of the reviews description which will inititally be hidden
  • When the word "review" is clicked show the reviews
  • When clicked again, hide the reviews

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.9%
  • CSS 8.2%
  • HTML 7.9%