Skip to content

A C# Console Application to take orders at a bakery.

Notifications You must be signed in to change notification settings

kwicz/pierres-bakery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pierre's Bakery

A C# Console Application to take orders at a bakery, February 2020

By K. Wicz

Preview

Landing Page Preview

Description

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 Driven Project Specifications

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

Setup/Installation Requirements

In your computer's terminal:

  1. Navigate to where you want this application to be saved, i.e.:
cd desktop
  1. Clone the file from GitHub with HTTPS
git clone https://github.com/kwicz/pierres-bakery.git
  1. Enter into the new file directory
cd pierres-bakery
  1. Start the program
dotnet run

Known Bugs

No known bugs at this time.

Support and contact details

Have a bug or an issue with this application? Open a new issue here on GitHub.

Technologies Used

  • C#
  • .NET Core
  • ASCII Art

License

MIT

Copyright (c) 2020 K.Wicz

Releases

No releases published

Packages

No packages published

Languages