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, etc.
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.jsonfile so that it fits your own recipes. Then optionally check e.g. here, if yourrecipes.jsoncontent has a valid json format. - Copy the location of your raw version of your
recipes.json. Insert the value into the variableRECIPE_JSON_URL(line 1 in therecipes.jsfile). - Use Github Pages to create an application link.
- Bookmark this link and you can always generate your shoppinglist on the go.
Done!
You can use e.g. ChatGPT to create the JSON format of a recipe for you. In the prompt provide the full text recipe and an array of a few already existing JSON recipes - and include e.g. "Please return this recipe in the provided JSON format".