Is a Windows Forms application built with C# that simulates a basic shopping cart system. Users can browse a list of products, add items to their cart, and manage their selections.
- Product listing interface
- Add and remove items from the cart
- View cart contents
- Basic checkout simulation
-
Clone this repository:
git clone https://github.com/WearyMench/CarritoCompras.git
-
Open the CarritoCompras.sln file in Visual Studio.
-
Build and run the project.