Skip to content

archit-rohal/shelf-discovery-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shelf-discovery-app

How to install and run locally ?

$ git clone https://github.com/archit-rohal/shelf-discovery-app.git
$ cd shelf-discovery-app
$ npm install
$ npm start

Features -

  • Home page
  • Product listing page
  • Filter and sort products
  • Search product
  • Individual product page
  • Cart Managment
  • Wishlist managment
  • Address Managment
  • Checkout page
  • Authentication:
    • User Signup
    • User Login

Built with -

  • React JS
  • React Context API + useReducer
  • React Router v6
  • Vanilla CSS

MockBee as backend

This project uses mockBee to provide fake backend APIs for development and testing. mockBee simplifies the development process by offering ready-to-use fake APIs, allowing a focus on building and testing frontend features quickly.