|
|
|
|
|
by guhidalg
588 days ago
|
|
Take a look at my website, https://letscooktime.com/ and let me know what you think of the way I render recipes. There is an internal representation like this:
1. A recipe is composed of multiple components
1. A component is composed of ingredient requirements and steps
1. An ingredient requirement is a tuple of an ingredient and a quantity I found good success using this model for recipes, specially complex baking recipes like breads with multiple repeat ingredients. |
|