Basic Overview - Live Demo
A basic shopping cart built using ReactJS that allows users to add and remove items from the cart and obtain a subtotal of the items.
- Add and Remove Items form cart using context api.
- Responsive Design.
- Add animation using Framer Motion Library.
- Add local storage support.
- Node.js
- NPM
First, clone the project
git clone https://github.com/RajShringi/react_shopping_cart_hooks.git
Go to project directory
cd react_shopping_cart_hooks
Install the needed package
npm install
or
yarn
Start the React Application
npm start
or
yarn start
porject by Raj Shringi
