An Application to manage and organise recipes
Visual Studio 2022
Unzip Project Folder -From Project Folder
- Open Project Folder
- Open another folder with the same name as Project Folder
- Double click RecipeManangmentApp.cs or right click, then open with Visual Studio 2022
- Click the green arrow button to build and run the application.
-From visual studio
- Open visual studio
- Click on Open a project or Solution
- Navigate to the folder RecipeManangmentApp.cs is located, select it, and click open
- Click the green arrow button to build and run the application.
Follow the on-screen instructions to use the application
-
Add Recipe. a. The name of the Recipe b. The number of ingredients. c. For each ingredient: the name, quantity, and unit of measurement, calories and food group d. The number of steps. e. For each step: a description of what the user should do.
-
Displays the full recipe, including the ingredients and steps.
- Select from a list of recipes(ordered in alphabetic order of name)
- The user is able to request that the recipe is scaled by a factor.
- Select from a list of recipes (ordered in alphabetic order of name) Scale value.
- Reset to the original values.
- Select from a list of recipes (ordered in alphabetic order of name)
- Exit App.
- Add unlimited recipes
- Enter a name for each recipe
- Display a list of all recipes in alphabetical order by name
- Choose a recipe to display from the list
- Enter additional details for each ingredient: calories and food group
- Calculate and display the total calories of all ingredients in a recipe
- Notify the user when the total calories of a recipe exceed 300
- Unit Test for calculating the the total calories