not_IO@lemmy.blahaj.zone to Microblog Memes@lemmy.worldEnglish · 24 days agoi didn't know recipe design existedlemmy.blahaj.zoneimagemessage-square141linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imagei didn't know recipe design existedlemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Microblog Memes@lemmy.worldEnglish · 24 days agomessage-square141linkfedilink
minus-squaregamerdonkey@lemmy.sdf.orglinkfedilinkEnglisharrow-up0·24 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