https://crelder.github.io/recipe-shoppinglist-generator/
Select at least one meal and scroll to the very bottom.
- I go shopping and do not know which ingredients I should buy - I always forget which recipes/meals I can cook.
- I am at home and want to cook a particular meal, but I do not have all the necessary ingredients.
Select the meals you want to cook from a recipe list.
Meals are ordered by priority. "Priority 1" meals (e.g., healthy meals) will appear at the top of the list. "Priority 2" meals will appear below that.
Each group displays recipes in random order.
Accumulated list with ingredients you need to buy in order to cook the selected meals. The ingredient list is sorted by supermarket departments.
Workflow: Copy the shopping list into memories (Mac), Wunderlist or any other tool that helps you during your shopping trip.
Recipe explanations can be concise, because the contained recipes are your own recipes you know very well.
- Clone this repository.
- Change the
recipes.json
file so that it fits your own recipes. Then check e.g. here, if yourrecipes.json
content has a valid json format. - Copy the location of your raw version of your
recipes.json
into line 9 in therecipes.js
file. - Use Github Pages to create an application link.
- Bookmark this link and you can always generate your shoppinglist on the go.
Done!