Skip to content

wdonovanseid/PierreBakery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PierreBakery

Epicodus Friday Project Pierre Bakery, 9/25/2020

By William Donovan-Seid

Description

_This is an Epicodus Friday project in using Test Driven Development with C# to create a C# console application for a bakery that includes the following functionality:

Make two classes: one for Bread and one for Pastry.

When the user runs the application, they receive a prompt with a welcome message along with the cost for both Bread and Pastry.

A user will be able to specify how many loaves of Bread and how many Pastrys they'd like.

The application will return the total cost of the order.

Pierre offers the following deals:

Bread: Buy 2, get 1 free. A single loaf costs $5. Pastry: Buy 1 for $2 or 3 for $5. All functionality for the models should be tested._

Setup/Installation Requirements

  • Copy Repository
  • Navigate to PierreBakery.Tests directory in your terminal
  • Run "dotnet test" in your terminal
  • Navigate to PierreBakery directory in your terminal
  • Run "dotnet run" in your terminal

Known Bugs

There are no known bugs at this time.

Support and contact details

If there are any questions or concerns, feel free to contact us at wdstwo@live.com.

Technologies Used

  • C#

License

This software is licensed under the MIT license.

Copyright (c) 2020 William Donovan-Seid

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages