Build a Recipe Book
Build a recipe collection app where users can browse, add, and manage recipes.
Requirements
Add new recipes with: title, description, ingredients list, step-by-step instructions, prep time, cook time, servingsBrowse recipes in a responsive card grid with images (use placeholder images)View full recipe detail pageSearch recipes by name or ingredientFilter by category: Breakfast, Lunch, Dinner, Dessert, SnackEdit and delete existing recipesPersist to localStorageBonus Points
Ingredient quantity scaling (adjust servings)Favorite/bookmark recipesPrint-friendly recipe viewImage upload support