This is an online shop prototype (only front end) implemented using React, Redux and React router.
Some features it has
- searching using keyword based on categories
- quick access to categories
- price filters, sorting
- shopping cart
- related items
- protected routes (using fake authentication)
- Download the project folder.
cd
into the project folder.npm install
npm start