Skip to content

ravikumar1002/react-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Store

Introduction -

React-Store is an ecommerce website.


Features -

  1. Home page

    • Categories (After clicking on any one of the categories it will be redirected to the product list page with the selected category)
    • Hero Img
    • Demo Products
    • See more Products button
  2. Products listing and detail

    • List of products - fetched via mockbeeAPI
    • Add to wishlist button
    • Add to cart button
    • Sort by Price
    • Filters as follows:
      • Price range of products
      • Category
      • Ratings
  3. Cart

    • Cart item list
    • Remove item from cart
    • Increment/decrement item quantity on cart
    • Add to wishlist
    • cart with the overall cost
  4. Wishlist

    • Wishlist item list
    • Remove from wishlist
    • Add to cart
  5. Authentication

    • Signup
    • Login
    • Logout
  6. Search Products

  7. Place order


Get started

  1. Clone the repo:
  $ git clone https://github.com/ravikumar1002/react-store.git
  1. Switch to dev branch:
  $ git checkout dev
  1. Install required node modules:
  $ npm install
  $ $ npm install react-router-dom@6
  1. Start the dev server:
  $ npm start

Open the localhost link in the browser.


Live link and demo

[Deployed link] (https://store-in-react.netlify.app/)

live demo:

react-store-video.mp4

Releases

No releases published

Packages

No packages published