Skip to content

Instantly share code, notes, and snippets.

@abruzzi
Last active October 25, 2023 00:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abruzzi/3dcb7424d635817b2de9323469dfdca3 to your computer and use it in GitHub Desktop.
Save abruzzi/3dcb7424d635817b2de9323469dfdca3 to your computer and use it in GitHub Desktop.
{
"newMenuList": false
}
[
{
"id": "p1",
"name": "Margherita Pizza",
"price": 10.99,
"description": "Classic pizza with tomato sauce and mozzarella",
"ingredients": ["Tomato Sauce", "Mozzarella Cheese", "Basil", "Olive Oil"],
"allergyTags": ["Dairy"],
"calories": 250,
"category": "Pizza"
},
{
"id": "p2",
"name": "Pepperoni Pizza",
"price": 12.99,
"description": "Spicy pepperoni with tomato sauce and cheese",
"ingredients": ["Tomato Sauce", "Mozzarella Cheese", "Pepperoni"],
"allergyTags": ["Dairy", "Pork"],
"calories": 300,
"category": "Pizza"
},
{
"id": "p3",
"name": "Veggie Supreme Pizza",
"price": 14.99,
"description": "Loaded with fresh vegetables and mozzarella",
"ingredients": ["Tomato Sauce", "Mozzarella Cheese", "Bell Peppers", "Mushrooms", "Olives", "Onions"],
"allergyTags": ["Dairy"],
"calories": 200,
"category": "Pizza"
},
{
"id": "p4",
"name": "Chicken BBQ Pizza",
"price": 15.99,
"description": "Grilled chicken with BBQ sauce and red onions",
"ingredients": ["BBQ Sauce", "Mozzarella Cheese", "Grilled Chicken", "Red Onions"],
"allergyTags": ["Dairy"],
"calories": 350,
"category": "Pizza"
},
{
"id": "p5",
"name": "Spicy Meat Feast Pizza",
"price": 16.99,
"description": "A blend of spicy meats with hot peppers",
"ingredients": ["Tomato Sauce", "Mozzarella Cheese", "Pepperoni", "Sausage", "Hot Peppers"],
"allergyTags": ["Dairy", "Pork", "Spicy"],
"calories": 400,
"category": "Pizza"
},
{
"id": "p6",
"name": "Pasta Primavera",
"price": 8.99,
"description": "Pasta with seasonal vegetables and olive oil",
"ingredients": ["Pasta", "Seasonal Vegetables", "Olive Oil", "Parmesan Cheese"],
"allergyTags": ["Gluten", "Dairy"],
"calories": 350,
"category": "Pasta"
},
{
"id": "p9",
"name": "Spaghetti Carbonara",
"price": 10.99,
"description": "Classic spaghetti with pancetta, eggs, and parmesan",
"ingredients": ["Spaghetti", "Pancetta", "Eggs", "Parmesan Cheese"],
"allergyTags": ["Gluten", "Dairy", "Pork"],
"calories": 400,
"category": "Pasta"
},
{
"id": "p7",
"name": "Caesar Salad",
"price": 7.99,
"description": "Crisp romaine lettuce with creamy Caesar dressing",
"ingredients": ["Romaine Lettuce", "Caesar Dressing", "Croutons", "Parmesan Cheese"],
"allergyTags": ["Gluten", "Dairy", "Egg"],
"calories": 150,
"category": "Salad"
},
{
"id": "p10",
"name": "Greek Salad",
"price": 8.99,
"description": "Fresh veggies with feta cheese and olives",
"ingredients": ["Tomatoes", "Cucumbers", "Red Onions", "Feta Cheese", "Olives"],
"allergyTags": ["Dairy"],
"calories": 150,
"category": "Salad"
},
{
"id": "p8",
"name": "Chocolate Lava Cake",
"price": 5.99,
"description": "Rich chocolate cake with a molten center",
"ingredients": ["Chocolate", "Sugar", "Eggs", "Flour", "Butter"],
"allergyTags": ["Gluten", "Dairy", "Egg"],
"calories": 450,
"category": "Dessert"
},
{
"id": "p11",
"name": "Tiramisu",
"price": 6.99,
"description": "Italian dessert with coffee-soaked ladyfingers and mascarpone cheese",
"ingredients": ["Ladyfingers", "Coffee", "Mascarpone Cheese", "Cocoa Powder"],
"allergyTags": ["Gluten", "Dairy"],
"calories": 350,
"category": "Dessert"
}
]
{
"Starter": [
{
"id": "1",
"name": "Tomato Soup",
"description": "A warm and hearty blend of tomatoes, garlic, and herbs.",
"category": "Starter",
"nutritionalInfo": "Calories: 90, Protein: 2g, Fat: 1g",
"ingredients": [
"Tomatoes",
"Garlic",
"Herbs"
],
"dietaryLabels": [
"Vegan",
"Gluten-Free"
]
},
{
"id": "2",
"name": "Caesar Salad",
"description": "Romaine lettuce, croutons, and Parmesan cheese tossed in Caesar dressing.",
"category": "Starter",
"nutritionalInfo": "Calories: 150, Protein: 6g, Fat: 10g",
"ingredients": [
"Romaine Lettuce",
"Croutons",
"Parmesan Cheese",
"Caesar Dressing"
],
"dietaryLabels": [
"Vegetarian"
]
}
],
"Main": [
{
"id": "3",
"name": "Grilled Chicken",
"description": "Succulent chicken breast grilled to perfection, served with seasonal vegetables.",
"category": "Main",
"nutritionalInfo": "Calories: 260, Protein: 30g, Fat: 6g",
"ingredients": [
"Chicken Breast",
"Seasonal Vegetables"
],
"dietaryLabels": [
"High-Protein"
]
},
{
"id": "4",
"name": "Spaghetti Bolognese",
"description": "Classic Italian pasta dish with a rich meat sauce.",
"category": "Main",
"nutritionalInfo": "Calories: 400, Protein: 20g, Fat: 10g",
"ingredients": [
"Spaghetti",
"Ground Beef",
"Tomato Sauce"
],
"dietaryLabels": []
},
{
"id": "11",
"name": "Beef Stroganoff",
"description": "Tender strips of beef in a creamy mushroom sauce, served over rice.",
"category": "Main",
"nutritionalInfo": "Calories: 350, Protein: 25g, Fat: 15g",
"ingredients": [
"Beef Strips",
"Mushrooms",
"Cream",
"Rice"
],
"dietaryLabels": [
"High-Protein"
]
},
{
"id": "12",
"name": "Vegetable Stir-Fry",
"description": "Seasonal vegetables stir-fried with a tangy sauce, served over steamed rice.",
"category": "Main",
"nutritionalInfo": "Calories: 200, Protein: 5g, Fat: 5g",
"ingredients": [
"Seasonal Vegetables",
"Tangy Sauce",
"Steamed Rice"
],
"dietaryLabels": [
"Vegan"
]
}
],
"Drink": [
{
"id": "5",
"name": "Smoothie",
"description": "A blend of fresh fruits, yogurt, and a touch of honey.",
"category": "Drink",
"nutritionalInfo": "Calories: 180, Protein: 5g, Fat: 2g",
"ingredients": [
"Fresh Fruits",
"Yogurt",
"Honey"
],
"dietaryLabels": [
"Gluten-Free"
]
},
{
"id": "6",
"name": "Iced Latte",
"description": "A refreshing mix of espresso, milk, and ice.",
"category": "Drink",
"nutritionalInfo": "Calories: 100, Protein: 3g, Fat: 4g",
"ingredients": [
"Espresso",
"Milk",
"Ice"
],
"dietaryLabels": [
"Vegetarian"
]
}
],
"Snack": [
{
"id": "7",
"name": "Nachos",
"description": "Crispy tortilla chips topped with melted cheese, jalapeños, and sour cream.",
"category": "Snack",
"nutritionalInfo": "Calories: 450, Protein: 8g, Fat: 25g",
"ingredients": [
"Tortilla Chips",
"Melted Cheese",
"Jalapeños",
"Sour Cream"
],
"dietaryLabels": []
},
{
"id": "8",
"name": "Spring Rolls",
"description": "Fried rolls filled with vegetables, served with sweet chili sauce.",
"category": "Snack",
"nutritionalInfo": "Calories: 200, Protein: 2g, Fat: 10g",
"ingredients": [
"Vegetables",
"Spring Roll Wrappers",
"Sweet Chili Sauce"
],
"dietaryLabels": [
"Vegan"
]
}
],
"Dessert": [
{
"id": "9",
"name": "Mint Sorbet",
"description": "A refreshing palate cleanser made from mint leaves and sugar.",
"category": "Dessert",
"nutritionalInfo": "Calories: 100, Protein: 0g, Fat: 0g",
"ingredients": [
"Mint Leaves",
"Sugar"
],
"dietaryLabels": [
"Vegan",
"Gluten-Free"
]
},
{
"id": "10",
"name": "Chocolate Mousse",
"description": "A light and fluffy chocolate delight.",
"category": "Dessert",
"nutritionalInfo": "Calories: 250, Protein: 3g, Fat: 15g",
"ingredients": [
"Chocolate",
"Whipping Cream"
],
"dietaryLabels": [
"Gluten-Free"
]
},
{
"id": "13",
"name": "Tiramisu",
"description": "Classic Italian dessert featuring layers of coffee-soaked ladyfingers and a creamy mascarpone filling.",
"category": "Dessert",
"nutritionalInfo": "Calories: 350, Protein: 6g, Fat: 20g",
"ingredients": [
"Ladyfingers",
"Coffee",
"Mascarpone"
],
"dietaryLabels": [
"Vegetarian"
]
},
{
"id": "14",
"name": "Apple Crumble",
"description": "Warm spiced apples topped with a crumbly oat mixture, served with vanilla ice cream.",
"category": "Dessert",
"nutritionalInfo": "Calories: 300, Protein: 2g, Fat: 10g",
"ingredients": [
"Apples",
"Oats",
"Spices"
],
"dietaryLabels": [
"Vegetarian"
]
}
]
}
[
{
"id": "p1",
"name": "Margherita Pizza",
"price": 10.99,
"description": "Classic pizza with tomato sauce and mozzarella",
"ingredients": ["Tomato Sauce", "Mozzarella Cheese", "Basil", "Olive Oil"],
"allergyTags": ["Dairy"],
"calories": 250,
"category": "Pizza"
},
{
"id": "p2",
"name": "Pepperoni Pizza",
"price": 12.99,
"description": "Spicy pepperoni with tomato sauce and cheese",
"ingredients": ["Tomato Sauce", "Mozzarella Cheese", "Pepperoni"],
"allergyTags": ["Dairy", "Pork"],
"calories": 300,
"category": "Pizza"
},
{
"id": "p3",
"name": "Veggie Supreme Pizza",
"price": 14.99,
"description": "Loaded with fresh vegetables and mozzarella",
"ingredients": ["Tomato Sauce", "Mozzarella Cheese", "Bell Peppers", "Mushrooms", "Olives", "Onions"],
"allergyTags": ["Dairy"],
"calories": 200,
"category": "Pizza"
},
{
"id": "p4",
"name": "Chicken BBQ Pizza",
"price": 15.99,
"description": "Grilled chicken with BBQ sauce and red onions",
"ingredients": ["BBQ Sauce", "Mozzarella Cheese", "Grilled Chicken", "Red Onions"],
"allergyTags": ["Dairy"],
"calories": 350,
"category": "Pizza"
},
{
"id": "p5",
"name": "Spicy Meat Feast Pizza",
"price": 16.99,
"description": "A blend of spicy meats with hot peppers",
"ingredients": ["Tomato Sauce", "Mozzarella Cheese", "Pepperoni", "Sausage", "Hot Peppers"],
"allergyTags": ["Dairy", "Pork", "Spicy"],
"calories": 400,
"category": "Pizza"
},
{
"id": "p6",
"name": "Pasta Primavera",
"price": 8.99,
"description": "Pasta with seasonal vegetables and olive oil",
"ingredients": ["Pasta", "Seasonal Vegetables", "Olive Oil", "Parmesan Cheese"],
"allergyTags": ["Gluten", "Dairy"],
"calories": 350,
"category": "Pasta"
},
{
"id": "p9",
"name": "Spaghetti Carbonara",
"price": 10.99,
"description": "Classic spaghetti with pancetta, eggs, and parmesan",
"ingredients": ["Spaghetti", "Pancetta", "Eggs", "Parmesan Cheese"],
"allergyTags": ["Gluten", "Dairy", "Pork"],
"calories": 400,
"category": "Pasta"
},
{
"id": "p7",
"name": "Caesar Salad",
"price": 7.99,
"description": "Crisp romaine lettuce with creamy Caesar dressing",
"ingredients": ["Romaine Lettuce", "Caesar Dressing", "Croutons", "Parmesan Cheese"],
"allergyTags": ["Gluten", "Dairy", "Egg"],
"calories": 150,
"category": "Salad"
},
{
"id": "p10",
"name": "Greek Salad",
"price": 8.99,
"description": "Fresh veggies with feta cheese and olives",
"ingredients": ["Tomatoes", "Cucumbers", "Red Onions", "Feta Cheese", "Olives"],
"allergyTags": ["Dairy"],
"calories": 150,
"category": "Salad"
},
{
"id": "p8",
"name": "Chocolate Lava Cake",
"price": 5.99,
"description": "Rich chocolate cake with a molten center",
"ingredients": ["Chocolate", "Sugar", "Eggs", "Flour", "Butter"],
"allergyTags": ["Gluten", "Dairy", "Egg"],
"calories": 450,
"category": "Dessert"
},
{
"id": "p11",
"name": "Tiramisu",
"price": 6.99,
"description": "Italian dessert with coffee-soaked ladyfingers and mascarpone cheese",
"ingredients": ["Ladyfingers", "Coffee", "Mascarpone Cheese", "Cocoa Powder"],
"allergyTags": ["Gluten", "Dairy"],
"calories": 350,
"category": "Dessert"
}
]
[
{
"icon": "https://i.pravatar.cc/128?u=John",
"text": "John Doe",
"description": "Software Engineer"
},
{
"icon": "https://i.pravatar.cc/128?u=Jane",
"text": "Jane Smith",
"description": "Graphic Designer"
},
{
"icon": "https://i.pravatar.cc/128?u=Mike",
"text": "Mike Johnson",
"description": "Product Manager"
},
{
"icon": "https://i.pravatar.cc/128?u=Emily",
"text": "Emily Davis",
"description": "UX Designer"
},
{
"icon": "https://i.pravatar.cc/128?u=Robert",
"text": "Robert Brown",
"description": "Data Analyst"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment