Skip to content

A E-Commerce Website - This the clone of sugar cosmetics .com and having login functionality, Add to cart and payment methods

Notifications You must be signed in to change notification settings

kiranwankhade/BlushMe.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce Web App Using React & React-router

The original website is hosted here. A website to purchase cosmetics products.

I reproduced this web app and tried to imitate their design and main features.

On this project I focused on implementing a shopping cart.

Once logged in, users can:

  • Home Page
  • Add products to their shopping cart
  • Update the quantity, or Remove items
  • See the total cost
  • Payment method

The database includes 3 models: Home, User, Products and Cart,wishlist. When a user add a product to his cart, a new "cart item" will be added to the Cart model with the product id.

How to run this application locally

To install all the packages, run:

npx create react-App application

Then run:

cd application
npm start 

Link for Visit

Deployed link

Github Link

##Some Images of Website

#Home Page

ss1

ss2

Login

ss3

Details

Screenshot (16)

Payment

Screenshot (19)

About

A E-Commerce Website - This the clone of sugar cosmetics .com and having login functionality, Add to cart and payment methods

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published