Spaces:
Sleeping
Sleeping
| [ | |
| { | |
| "id": 1, | |
| "name": "Simple Salad", | |
| "ingredients": ["lettuce", "tomato", "cucumber", "onion"], | |
| "difficulty": "easy", | |
| "prep_time_mins": 10, | |
| "servings": 2, | |
| "description": "Fresh green salad with vegetables" | |
| }, | |
| { | |
| "id": 2, | |
| "name": "Vegetable Stir Fry", | |
| "ingredients": ["broccoli", "carrot", "onion", "bell pepper", "oil"], | |
| "difficulty": "easy", | |
| "prep_time_mins": 20, | |
| "servings": 3, | |
| "description": "Quick and healthy stir fry" | |
| }, | |
| { | |
| "id": 3, | |
| "name": "Tomato Pasta", | |
| "ingredients": ["pasta", "tomato", "garlic", "onion", "oil"], | |
| "difficulty": "easy", | |
| "prep_time_mins": 25, | |
| "servings": 4, | |
| "description": "Classic Italian pasta sauce" | |
| }, | |
| { | |
| "id": 4, | |
| "name": "Vegetable Soup", | |
| "ingredients": ["carrot", "onion", "potato", "tomato", "celery"], | |
| "difficulty": "easy", | |
| "prep_time_mins": 30, | |
| "servings": 4, | |
| "description": "Hearty vegetable soup" | |
| }, | |
| { | |
| "id": 5, | |
| "name": "Fruit Smoothie", | |
| "ingredients": ["banana", "strawberry", "yogurt", "milk"], | |
| "difficulty": "easy", | |
| "prep_time_mins": 5, | |
| "servings": 2, | |
| "description": "Refreshing fruit smoothie" | |
| }, | |
| { | |
| "id": 6, | |
| "name": "Grilled Vegetables", | |
| "ingredients": ["bell pepper", "zucchini", "onion", "tomato", "oil"], | |
| "difficulty": "easy", | |
| "prep_time_mins": 20, | |
| "servings": 3, | |
| "description": "Seasoned grilled vegetables" | |
| }, | |
| { | |
| "id": 7, | |
| "name": "Garlic Bread", | |
| "ingredients": ["bread", "butter", "garlic"], | |
| "difficulty": "easy", | |
| "prep_time_mins": 15, | |
| "servings": 4, | |
| "description": "Crispy garlic bread" | |
| }, | |
| { | |
| "id": 8, | |
| "name": "Avocado Toast", | |
| "ingredients": ["bread", "avocado", "tomato", "salt", "pepper"], | |
| "difficulty": "easy", | |
| "prep_time_mins": 5, | |
| "servings": 1, | |
| "description": "Trendy avocado toast breakfast" | |
| }, | |
| { | |
| "id": 9, | |
| "name": "Carrot Salad", | |
| "ingredients": ["carrot", "lettuce", "onion"], | |
| "difficulty": "easy", | |
| "prep_time_mins": 10, | |
| "servings": 2, | |
| "description": "Crunchy carrot and lettuce salad" | |
| }, | |
| { | |
| "id": 10, | |
| "name": "Lemon Rice", | |
| "ingredients": ["rice", "lemon", "oil", "onion"], | |
| "difficulty": "easy", | |
| "prep_time_mins": 20, | |
| "servings": 3, | |
| "description": "Fragrant lemon-flavored rice" | |
| }, | |
| { | |
| "id": 11, | |
| "name": "Fruit Salad", | |
| "ingredients": ["apple", "banana", "orange", "strawberry"], | |
| "difficulty": "easy", | |
| "prep_time_mins": 8, | |
| "servings": 4, | |
| "description": "Colorful mixed fruit salad" | |
| }, | |
| { | |
| "id": 12, | |
| "name": "Veggie Wraps", | |
| "ingredients": ["lettuce", "tomato", "cucumber", "bell pepper", "onion"], | |
| "difficulty": "easy", | |
| "prep_time_mins": 12, | |
| "servings": 2, | |
| "description": "Fresh vegetable wraps" | |
| }, | |
| { | |
| "id": 13, | |
| "name": "Potato Soup", | |
| "ingredients": ["potato", "onion", "butter", "milk"], | |
| "difficulty": "medium", | |
| "prep_time_mins": 35, | |
| "servings": 4, | |
| "description": "Creamy potato soup" | |
| }, | |
| { | |
| "id": 14, | |
| "name": "Garlic Pasta", | |
| "ingredients": ["pasta", "garlic", "oil"], | |
| "difficulty": "easy", | |
| "prep_time_mins": 20, | |
| "servings": 3, | |
| "description": "Simple garlic and oil pasta" | |
| }, | |
| { | |
| "id": 15, | |
| "name": "Orange Juice", | |
| "ingredients": ["orange"], | |
| "difficulty": "easy", | |
| "prep_time_mins": 3, | |
| "servings": 2, | |
| "description": "Fresh orange juice" | |
| } | |
| ] | |