This is a shopping cart React app built with Redux for learning purposes. It allows users to add products to the cart, increase/decrease quantity, delete products from the cart, and automatically calculate the total price.
Features:
- Add products to the cart
- Increase/decrease quantity of products in the cart
- Delete products from the cart
- Automatically calculate the total price
How to use:
- Clone the repository to your local machine.
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open the app in your browser at http://localhost:3000
Notes:
- This app is still under development and may contain bugs.
- Feedback and contributions are welcome.
Additional information:
This app uses the following technologies:
- React
- Redux
- Vite