# Recipe Manager A java program for the purpose of storing and categorizing various recipes. ## 0.1.0 Features - [x] Ability to save/load recipes - [x] Ability to tag recipes - [x] Create separate views of preparation and cooking - [x] Ability to specify resting locations/times - [x] Accumulate times for each category - [x] Create a master listing of all ingredients by Product - [x] Allow specifying instructions on every step - [x] Allow user to lock a recipe, to view it as complete instead of in-edit - [x] Change number of servings from default - [x] Hide Prep/Rest in lock mode when empty - [x] Ensure that instructions are not cut off in lock-view - [x] Support images - [ ] Ingredient/Tag searching for recipes ## 0.2.0 Features - [ ] Nutrition calculator - [ ] Substitution guide (e.g. Milk + Vinegar = Buttermilk) ## 0.3.0 Features - [ ] Create dependency tree for Products