not_IO@lemmy.blahaj.zone to Microblog Memes@lemmy.worldEnglish · 3 days agoi didn't know recipe design existedlemmy.blahaj.zoneimagemessage-square158linkfedilinkarrow-up11.18Karrow-down124
arrow-up11.16Karrow-down1imagei didn't know recipe design existedlemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Microblog Memes@lemmy.worldEnglish · 3 days agomessage-square158linkfedilink
minus-squaregamerdonkeylinkfedilinkEnglisharrow-up2·3 days agoI tried recreating this style of recipe card and ended up using a JSON tree structure to store the recipe. I also added fields for a little more description so that I could generate a little more traditional lists for ingredients and instructions. https://git.tilde.town/gamerdonkey/recipes_for_engineers/ Example recipe: https://tilde.town/~gamerdonkey/recipes/lemony_olive_oil_zucchini_bread.html JSON representation: https://tilde.town/~gamerdonkey/recipes/lemony_olive_oil_zucchini_bread.json
I tried recreating this style of recipe card and ended up using a JSON tree structure to store the recipe. I also added fields for a little more description so that I could generate a little more traditional lists for ingredients and instructions.
https://git.tilde.town/gamerdonkey/recipes_for_engineers/
Example recipe: https://tilde.town/~gamerdonkey/recipes/lemony_olive_oil_zucchini_bread.html JSON representation: https://tilde.town/~gamerdonkey/recipes/lemony_olive_oil_zucchini_bread.json