Welcome to Pierre's Bakery, where the food is fresh and the deals are plentiful! This application allows users to order items off of Pierre's Bakery's menu. At the end of a user's order, the items and total cost are compiled into an easy-to-read reciept for the user.
Behavior | Input | Output |
---|---|---|
User orders a menu item | 1 Bagel | Order total increases by $2.00 |
User enters a single item of the daily deal | 1 Bread | Order total increases by $5.00 |
User selects enough sale items to qualify for a deal | 3 Breads | Order total increases by $10 |
In your computer's terminal:
- Navigate to where you want this application to be saved, i.e.:
cd desktop
- Clone the file from GitHub with HTTPS
git clone https://github.com/kwicz/pierres-bakery.git
- Enter into the new file directory
cd pierres-bakery
- Start the program
dotnet run
No known bugs at this time.
Have a bug or an issue with this application? Open a new issue here on GitHub.
- C#
- .NET Core
- ASCII Art
Copyright (c) 2020 K.Wicz