Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 881 Bytes

File metadata and controls

38 lines (18 loc) · 881 Bytes

Recipe Management App

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.

What is implemented

  • 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

Some additional information

  • Soon to be images and running instructions