/product-catalog

Product catalog single page app for Sorabel skill test

Primary LanguageTypeScript

Product Catalog

Recreation of Sorabel product catalog using React for Sorabel Frontend Engineer skill test.

Backend used in this project is self-made and self-hosted made with Hasura (Instant realtime GraphQL on Postgres).

Products in this project consists of 20 products in Mini Dress category, 20 products in Midi Dress category, and 14 products in Maxi Dress category. All scraped manually from Sorabel's product catalog.

To run this project on your local machine

Make sure Node and NPM has been installed in your machine.

git clone https://github.com/eincode/product-catalog
cd product-catalog
npm install
npm start

App will be available at http://localhost:3000