This is a C# project for a drinks vending machine that manages stock and allows users to order beverages.
The application allows users to:
- View the list of available drinks and their prices.
- Select a drink and order it.
- View the inventory of drinks and their quantities.
To install the application, follow these steps:
- Clone the source code repository from the GitHub page.
- Open the solution file in Visual Studio 2019 or later.
- Restore the NuGet packages and build the solution.
- Run the application.