/recipe-shoppinglist-generator

Create a shopping list based on your favorite recipes.

Primary LanguageJavaScript

recipe-shoppinglist-generator

Run

https://cdn.rawgit.com/crelder/recipe-shoppinglist-generator/master/index.html

Solves two problems

  1. I go shopping and do not know, which ingredients I should by - I always forget which recipes/meals I can cook.
  2. I am at home and I want to cook a certain meal, but I do not have all the necessary ingredients.

Input

Select the meals you want to cook.

Output

Accumulated list with ingredients you need to buy in order to cook the selected meals. The ingredient list is sorted by supermarket departments.

Copy the shopping list into memories (Mac), Wunderlist or any other tool that helps you during your shopping trip.

Use your own recipes

  1. Clone this repository.
  2. Change the recipes.json file so that it fits your own recipes. Check here if your recipes.json content has a valid json format.
  3. Open the raw file of recipes.json in Github and generate a production link here.
  4. Copy that link into line 9 in the recipes.js file
  5. Open the raw file of index.html in Github and generate a production link here.
  6. Bookmark this link and you can always generate your shoppinglist on the go. Done!