Application is a model of a product catalogue.
- 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
- all the UI components are reusable (see
src/ui-components
) - styled with Emotion
- React
- TypeScript
ReduxMobX- Emotion
yarn start starts a development build on localhost:8080