Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 562 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 562 Bytes

Description

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)

How to use

  1. Download the project folder.
  2. cd into the project folder.
  3. npm install
  4. npm start