Shapes

May 13th, 2020

Description

Testing some shapes

This application is already linked to a Program.cs, .csproj, & .gitignore, but will need a .NET 3.1 or 2.2 download

Setup/Installation Requirements

Make sure you have git version control installed on your computer.

  1. Click the green 'Clone or Download' button and copy the link / download the zip
  2. Open terminal and type... or skip to #4 if you downloaded the zip

Windows

cd desktop

Mac & linux

cd ~/Desktop
  1. in terminal type 'git clone {link to repository} '
git clone {link to repository}
  1. If you downloaded the zip then extract all onto your desktop
  2. Open the folder with VSC or an equivalent
  3. Download .NET Core Sdk 2.2 & Run dotnet -- version in the terminal to confirm installation
  4. In the terminal Run dotnet tool install -g dotnet-script
  5. Open project & Run dotnet run
  6. Enjoy

Specs

Behavior Driven Development Spec List

Bakery

Behavior Input Output
The program will welcome the user 'dontnet run' 'Welcome to Pierre's'
The program will tell the user how much bread/pastries cost 'dotnet run' '1 bread loaf = $5, with a buy two get one free special', '1 pastry = $2 or 3 for $5'
The program will ask the user what they would like to buy 'Bread and/or Pastries' 'holds response data'
The program tells the user how much their order will cost '2 loaves (get another free) & 3 pastries' '$15'
The program thanks the user for their buisness 'N/A' 'Thank you for your time'

Known Bugs

N/A - 5/8/2020

gh-pages

WiseFool92.github.io/Shapes

Support

Email: watkins92@gmail.com


Built With

Useful tools





License

This project is licensed under the MIT License

Copyright (c) 2020 Nathan Watkins-Hoagland & Eric Settels