This is a e-commerce project which describes how e-commerce works and its consist almost all functionality as required for e-commerce.
This is a react app which use node js as backend to run it you have to setup backend also. For setting backend please visit github repo of backend.
Development mode
cd shoppingcart
npm start
Runs the app in the development mode.
- Open http://localhost:3000 to view it in the browser.
- The page will reload if you make edits.
- You will also see any lint errors in the console.
Test mode
cd shoppingcart
npm test
Runs the app in the test mode
- Launches the test runner in the interactive watch mode.
- See the section about running tests for more information.
Build mode
cd shoppingcart
npm run build
Runs the app in the build mode
-
Builds the app for production to the
build
folder. -
It correctly bundles React in production mode and optimizes the build for the best performance.
-
The build is minified and the filenames include the hashes.
-
Your app is ready to be deployed!
-
See the section about deployment for more information.
- It contains Authentication system.
- It contains user wishlist option.
- It contains orders history option.
- It contains cart option also.
- It contains seperate detail section for individual product.