Features
-Show Recipe: Show information about a particular recipe.
-Add Recipe: Include a new recipe with steps and ingredients.
-List All Recipes: Provide an alphabetical list of every available recipe.
-Scale Recipe Up/Down: Modify a recipe's ingredient amounts.
-clear Recipe: Take a recipe out of the collection of recipes that are offered.
-Reset Quantities to Original Values: Return an ingredient's quantity to its initial value in a recipe.
How To Use
-Launching the Application:
-Run the RecipeMaker.exe file or compile and execute the Program.cs file using your C# compiler
-Upon launching, you will see the options menu
-Adding Recipe:
-Select option 4 from the menu
-Follow the prompts to enter your recipe name, ingredients, and steps
-Be sure to enter in valid inputs when entering in your calories, so no negative numbers or negative numbers
-Displaying a recipe:
-Select option 1 from the menu
-Then select the corresponding number your recipe belongs to
-Scale recipe up/down:
-Select option 2 from the menu
-Once selected select the recipe you wish to scale up or down
-Then select 1 of the 3 scaling options you wish to use
-After selecting, the ingredients will scale accordingly
-Resetting Quantities :
-Select option 3 from the menu
-Then select the recipe you wish to reset
-Afterwards, the recipe should reset to its original values
-Listing all recipes:
-Select option 6 from the menu
-This will display all the recipes that have been added to the recipe maker app
-Clearing all data:
-Select option 5 from the menu
-Once selected you will be asked to confirm yes or no if you want to clear all data
-If "yes" is selected then the data will be cleared
-Exiting the app:
-Select option 7 from the menu
-Once selected the console app will close, ending your session