Recipe shuffle is a simple app inspired by my wife's frustration with using spreadsheets to plan out multiple weeks worth of meals and shopping.
- Create a bank of recipes
- Assign recipes to days of the week based on a tag system and random assignment
- Generate a shopping list based on the assigned recipes
Recipe Shuffle was built as an angular CLI project, so it should be simple to get running:
- Clone the repo
- Run
npm install
- Run
ng serve
Contributions welcome. Feel free to open a PR!