Shopping Cart
A React app that allows users to manage a shopping cart, add items, adjust quantities, and view the total price.
Live Demo View Live Website: https://kunjkhanpara.github.io/Shopping-Cart
Clone the repo: git clone https://github.com/kunjkhanpara/Shopping-Cart.git
Navigate to the project folder: cd Shopping-Cart
Install dependencies: npm install
Run the project: npm start
Build and deploy: npm run build npm run deploy