Welcome to the Shopping Cart project! This is a React-based web application developed as part of my internship at ineuron.ai. The project aims to create an interactive shopping experience where users can add, increase, decrease, and remove items from their cart. It utilizes HTML, CSS, JavaScript, and React with the useContext hook for efficient state management.
- Add items to the shopping cart
- Increase or decrease the quantity of items in the cart
- Remove items from the cart
- User-friendly and responsive design
- Efficient state management using the useContext hook
- Clone the repository:
git clone https://github.com/PravarAnu/shopping-cart.git
- Navigate to the project directory:
cd shopping-cart
- Install the dependencies:
yarn install
- Start the development server:
yarn start
- Open your browser and visit:
http://localhost:3000
The Shopping Cart project is deployed on Vercel. You can access the live version of the application at https://shopping-cart.vercel.app.
Here are some screenshots of the Shopping Cart project:
If you have any questions or suggestions, feel free to reach out to me:
- Email: pravaranu6@gmail.com
- LinkedIn: Pravar Anu
Thank you for checking out the Shopping Cart project!