Skip to content

prog6221-part-1-nikkigordhan created by GitHub Classroom

Notifications You must be signed in to change notification settings

IIEWFL/prog6221-part-1-ST10108243

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

PROG6221 PoE eCookBook

Nikki Gordhan ST10108243

Part 1

The application does the following:

1. The user shall be able to enter the details for a single recipe:
a. The number of ingredients.
b. For each ingredient: the name, quantity, and unit of measurement. For example, one tablespoon of sugar.
c. The number of steps.
d. For each step: a description of what the user should do.

2. The software shall display the full recipe, including the ingredients and steps, in a neat format to the user.

3. The user shall be able to request that the recipe is scaled by a factor of 0.5 (half), 2 (double) or 3 (triple). All the ingredient quantities shall be changed accordingly when the recipe is displayed. For example, our one tablespoon of sugar will become two tablespoons of sugar if the factor is 2.

4. The user can request that the quantities be reset to the original values.

5. The user shall be able to clear all the data to enter a new recipe.

6. The software shall not persist the user data between runs. The data shall only be stored in memory while the software is running.

How to run the application:

For a developer:

Step 1: Open up the PROG_PoE_Part_1 file.
Step 2: Click on th file that ends with csproj. Step 3: Use Visual Studio IDE to open up the project file.
The link is below:
https://github.com/IIEWFL/prog6221-part-1-nikkigordhan/blob/main/PROG_PoE_Part_1/PROG_PoE_Part_1.csproj

For a regular user:
Step 1: Open up the release file.
Step 2: Use the link to open up the file.
https://github.com/IIEWFL/prog6221-part-1-nikkigordhan/blob/Part_1/PROG_PoE_Part_1/bin/Debug/PROG_PoE_Part_1.exe

About

prog6221-part-1-nikkigordhan created by GitHub Classroom

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages