Shopping cart Simple console application for purchasing products, adding and removing them to the cart, entering budget, and paying for the cart. Simple instalation: 1. Clone the repo, you can use this command in the terminal: git clone https://github.com/Persay23/ShoppingCart.git then cd ShoppingCart 2. Launch the project: cd ShoppingCart then dotnet run 3. If you want to run unit tests, use this step instead of step 2: cd ShoppingCart.Tests then dotnet test