Skip to content

Manju-sree/Brushsy_Kart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brushsy-kart-logo gif

BRUSHSY KART

Brushsy is a beauty store providing quality makeup brushes at reasonable cost all across India.

Netlify Status


Installation Guide

To start using our site, clone the repository on your local machine with the command below in your terminal, and change directory into the ecommerce_app folder.

   $ git clone https://github.com/Manju-sree/Brushsy_Kart.git
  • Install dependencies using below cmd.
$ npm install
  • To start serve
$ npm start

Features It has-

  • Home page - Landing page with featured categories
  • Product listing page
  • Filter and sort products
  • Wishlist Management (Add / remove from the wishlist, move items to cart)
  • Cart Management (Add to cart, +/- items in cart, remove from cart, move to wishlist from cart)
  • Authentication:
    • Signup - create your own account by filling up signUp form.
    • Login - Login-As-Guest or Login with your own cerdentials which provided on signUp form.
    • Logout

Built with -

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

Have a look at the Website.

Brushsy-kart gif

Live Project Link

Brushsy-kart-app

E-Commerce Backend

This folder contains the Mock Backend created for E-Commerce App. It contains different API end-points and database configuration for building E-Commerce; so that you can focus on building Frontend.