Skip to content

Latest commit

 

History

History
75 lines (47 loc) · 1.56 KB

CONTRIBUTING.md

File metadata and controls

75 lines (47 loc) · 1.56 KB

Willing to work on this Project ?

If you wish. We will make this dummy ecommerce site just for learning purposes. You can fork.

Requirements

YOu will nodejs install on your computer. if you haven't yet go to nodejs.org

Tests

npm run test

How to get Started

Well clone this repo

# use git clone to download or clone repo.


git clone https://github.com/vivek80801/my-ecommarce-pwa.git

and run

# This will install all required dependecy.

npm install

To run the App run

# This command will start this project on http://localhost:3000/ in your default browser.

npm start

Dummy Users

UserName Passwords Role
vivek vivek administrator
root root administrator
sohan sohan user
rohan rohan user
mohan mohan user
mohit mohit user
sona sona user
mona mona user
ram ram user

You can check dummyLogIn.js for more information about users

Features of e-commerce website

  • Fully responsive
  • You can Create Account
  • You can Log In.
  • You can Add Products to carts
  • You can Add Increment or Decrement Quantity of Products
  • You can delete Products with in ypur cart
  • You can Log in as Admin
  • You can change price and description of products when you log in as Admin
  • Users can edit profile