Wonder Cart is a simple shopping cart application built with React.js, HTML, and CSS. This application allows users to browse a list of products, add them to a cart, and adjust the quantities in the cart. It also calculates the total price of the items in the cart.
You can check out the live demo of Wonder Cart deployed via Vercel: Wonder Cart Demo
- React.js
- JavaScript
- HTML
- CSS
- Browse a list of products
- Add products to the cart
- Adjust the quantity of products in the cart
- Calculate the total price of items in the cart
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/AryanGupta27/shopping-cart.git
-Navigate to the project directory:
cd shopping-cart
-Install the required dependencies:
npm install
-Start the development server:
npm start
The application should now be running on http://localhost:3000.
- Visit the application in your web browser.
- Browse the list of products.
- Click the "Add to Cart" button to add products to your cart.
- Adjust the quantity of items in the cart using the provided controls.
- The total price of the items in your cart is automatically calculated.
If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure the code style is consistent.
- Test your changes.
- Commit your changes with a clear and descriptive message.
- Push your branch to your fork.
- Submit a pull request.