This is a simple shopping cart app built with React + TypeScript + Vite + MUI. It allows users to add items to their cart, view the cart contents, and proceed to confirm cart.
- Clone the repository:
git clone https://github.com/your-username/shopping-cart-app.git - Navigate to the project directory:
cd shopping-cart-app - Install the dependencies:
npm install
- Start the app:
npm start - Open your browser and go to
http://localhost:5173 - Browse the available products and click "AGREGAR AL CARRITO" to add items to your cart.
- Click on the "remove icon" to remove a item from the cart.
- Click on the "CONFIRMAR COMPRA" to confirm the cart.
- Author - Mariano Pizarro
- GitHub - http://github.com/m-pizarro
This project is licensed under the MIT License.