Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 485 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 485 Bytes

product-catalog

Application is a model of a product catalogue.

Features:

  • user can search for the product and filter the results by categories
  • user can see the detailed information about the product
  • user can edit product name

Description:

  • all the UI components are reusable (see src/ui-components)
  • styled with Emotion

Technologies

  1. React
  2. TypeScript
  3. Redux MobX
  4. Emotion

Launch

yarn start starts a development build on localhost:8080