react-shopping-cart
Simple Shopping Cart using React Hooks, Context API and more.
File Explorer
Download Latest Version (.zip)- 1.jpg
- 10.jpg
- 2.jpg
- 3.jpg
- 4.jpg
- 5.jpg
- 6.jpg
- 7.jpg
- 8.jpg
- 9.jpg
- favicon.ico
- index.html
- logo192.png
- logo512.png
- manifest.json
- robots.txt
- index.js
- footer.js
- footer.module.scss
- header.js
- header.module.scss
- Layout.js
- CartContext.js
- CartReducer.js
- ProductsContext.js
- utils.js
- useCart.js
- useProducts.js
- CartItem.js
- CartProducts.js
- CartProducts.module.scss
- index.js
- index.js
- ProductItem.js
- ProductsGrid.js
- ProductsGrid.module.scss
- About.js
- home.module.scss
- NotFound.js
- index.js
- api.config.js
- dummy.js
- storage.service.js
- index.js
- serviceWorker.js
- setupTests.js
- .gitignore
- package-lock.json
- package.json
- README.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/AlexSegen/react-shopping-cart
Downloads the entire project code from GitHub to your computer.
cd react-shopping-cart
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
