/product-catalog

Pet project of a product catalog

Primary LanguageTypeScript

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