Merge 8a66dd4170
into 08b771c863
commit
238ae85d74
@ -0,0 +1,22 @@
|
||||
# Meal Planner & Shopping List Generator
|
||||
|
||||
**Tier:** 2-Intermediate
|
||||
The purpose of this application is to make meal-planning and shopping much easier! This app allows users to input recipes that they like, with clear instructions and accurate ingrdients. User should also be able to enter relevant information about what can be bought from supermarkets (eg, 100g of cheese). The app will whip up a weekly/bi-weekly (user choice!) meal plan with shopping list to make life much easier. It'll take into account shopping quantities and be sure to bundle meals together so you will use up that entire 100g of cheese. No more food waste!
|
||||
|
||||
Users will need recipes of their own, and knowledge of their supermarket stock.
|
||||
|
||||
|
||||
## User Stories
|
||||
|
||||
- [ ] User can input all their favorite recipes
|
||||
- [ ] User can input common grocery items and the weights/amount that is commonly sold in stores (eg, milk can be bought in 1L or 2L)
|
||||
- [ ] User can denote if they want to meal-plan/shop for 1 week or 2 weeks
|
||||
- [ ] User can sit back and watch their meals and shopping list be planned for them!
|
||||
|
||||
## Bonus features
|
||||
|
||||
- [ ] User can add specialty tags, like 'must-have' so the app is sure to include that meal for that period of time
|
||||
|
||||
## Useful links and resources
|
||||
|
||||
- [Great recipes] (https://www.bestrecipes.com.au/)
|
Loading…
Reference in new issue