Home
All recipes
About
document.querySelector('#search').focus( )); ">
Search
Find recipes by name, tag or ingredients :
res.json()).then(res => { sessionStorage.setItem('searchResults', JSON.stringify(res)); searchResults = res; }); } " @input=" matches = []; if (searchInput.length < 3) { return }; searchResults.forEach(recipe => { const matchTitle = recipe.title.toLowerCase().includes(searchInput.toLowerCase()); const matchIngredient = recipe.ingredients.find(ingredient => ingredient.toLowerCase().includes(searchInput.toLowerCase())); const matchTag = recipe.tags.find(tag => tag.toLowerCase().includes(searchInput.toLowerCase())); if (!matchTitle && !matchIngredient && !matchTag) { return }; const match = {...recipe}; if (matchTitle) { match.matchTitle = matchTitle }; if (matchIngredient) { match.matchIngredient = matchIngredient }; if (matchTag) { match.matchTag = matchTag }; matches.push(match) }); ">
Close
Contains:
Sweet 🍬
40M
Ginger Scones
100M
Hotteok (호떡)
45 min
Simple brownies
60M
Blondies
30
Blueberry Biscuits
20
Peanut Butter Cookies
All recipes
American 🇺🇸
Bread 🍞
Baking
Canned 🫙
Chicken 🍗
Chinese 🇨🇳
Comfort Food 🧸
Coffee ☕
Cake 🍰
Desserts 🍰
Favorite ⭐
Fish 🐟
German 🇩🇪
Italian 🇮🇹
Indian 🇮🇳
Japanese 🇯🇵
Korean 🇰🇷
Mexican 🇲🇽
Pasta 🍝
Peruvian 🇵🇪
Panamanian 🇵🇦
Sweet 🍬
Soup 🥣
Sharable
Thai 🇹🇭
Vegetarian 🌿
Vegan 🌱
Vietnamese 🇻🇳