Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 435 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 435 Bytes

Instructions

  • clone the repo
  • yarn install or npm install to install the deps
  • yarn start to run the app on http://localhost:3000
  • yarn test to run the tests
  • yarn build to build for production

Missing features

  • filter products by term
  • set active product
  • show product description toggle
  • set active category in header
  • write more unit tests for react components
  • write unit tests for appollo components