If you wish. We will make this dummy ecommerce site just for learning purposes. You can fork.
YOu will nodejs install on your computer. if you haven't yet go to nodejs.org
npm run test
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
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
- 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