This application was developed at my first year (2019) at Linneaus University in the course Object Oriented Programming.
NOTICE: The error handling are far from perfect, I did not have time to finish and fix the user inputted error handling, Be aware that the program can crash.
-
Create an ingredient
-
Create a recipe
-
Lookup specific ingredient by name
-
Delete an ingredient by name
-
View all recipes
-
Look up recipe (enter amount of portions) - The prices and ingredients amount will update accordingly
-
Stratergy pattern Search function for recipe by price and by Name
-
Save recipes to file
-
Save Ingredients to file
-
Reads from files when program is first executed
-
Automatic tests
-
Some minor additional things
- Soon to be images and running instructions