Online shop prototype implemented using React, Redux, React Router, and React Material UI library. This project was created mainly for educational purposes, that is to improve my understanding of react.
Some features:
- Search products using keyword and/or category
- Ability to filter and sort products by price
- Users can add products to shopping cart
-
Clone the repository.
NOTE: Currently the project has grown in size a bit (roughly 45MB) mainly due to .git folder size (this is probably because I had to upload different versions of a certain .gif file throughout time). To download the project with reduced .git folder size use:
git clone --depth 1 https://github.com/giorgi-m/online-shop.git
. -
cd
into the project folder. -
npm install
-
npm start