-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.json
More file actions
92 lines (92 loc) · 3.47 KB
/
menu.json
File metadata and controls
92 lines (92 loc) · 3.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"menu": [
{
"id": 1,
"title": "Greek Salad",
"description": "The famous greek salad of crispy lettuce, peppers, olives, our Chicago.",
"price": "13",
"image": "https://github.com/MLSALEX/Menu_Data_LL/blob/main/images/greekSalad.jpg?raw=true",
"category": "starters"
},
{
"id": 2,
"title": "Lemon Desert",
"description": "Traditional homemade Italian Lemon Ricotta Cake.",
"price": "8.5",
"image": "https://github.com/MLSALEX/Menu_Data_LL/blob/main/images/lemonDessert.jpg?raw=true",
"category": "desserts"
},
{
"id": 3,
"title": "Bruschetta",
"description": "Our Bruschetta is made from grilled bread that has been smeared with garlic and seasoned with salt and olive oil.",
"price": "4.5",
"image": "https://github.com/MLSALEX/Menu_Data_LL/blob/main/images/bruschetta.jpg?raw=true",
"category": "starters"
},
{
"id": 4,
"title": "Pasta",
"description": "Penne with fried aubergines, cherry tomatoes, tomato sauce, fresh chilli, garlic, basil & salted ricotta cheese.",
"price": "11",
"image": "https://github.com/MLSALEX/Menu_Data_LL/blob/main/images/pasta.jpg?raw=true",
"category": "mains"
},
{
"id": 5,
"title": "Grilled Fish",
"description": "Grilled fish stuffed with tomatos and herbs.",
"price": "18",
"image": "https://github.com/MLSALEX/Menu_Data_LL/blob/main/images/grilledFish.jpg?raw=true",
"category": "mains"
},
{
"id": 6,
"title": "Lasagne",
"description": "Oven-baked layers of pasta stuffed with Bolognese sauce, béchamel sauce, ham, Parmesan & mozzarella cheese.",
"price": "16.5",
"image": "https://github.com/MLSALEX/Menu_Data_LL/blob/main/images/lasagne.jpg?raw=true",
"category": "mains"
},
{
"id": 7,
"title": "Black tea",
"description": "Robust and invigorating, our Black Tea features a deep amber color and a rich, malty flavor.",
"price": "3.50",
"image": "https://github.com/MLSALEX/Menu_Data_LL/blob/main/images/blackTea.jpg?raw=true",
"category": "drinks"
},
{
"id": 8,
"title": "Green tea",
"description": "Delicate and refreshing, our Green Tea offers a subtle floral aroma with a light, clean taste.",
"price": "3.50",
"image": "https://github.com/MLSALEX/Menu_Data_LL/blob/main/images/greenTea.jpg?raw=true",
"category": "drinks"
},
{
"id": 9,
"title": "Espresso",
"description": "Intense and aromatic, our Espresso boasts a rich crema and a bold flavor profile, with notes of dark chocolate.",
"price": "5.00",
"image": "https://github.com/MLSALEX/Menu_Data_LL/blob/main/images/espresso.jpg?raw=true",
"category": "drinks"
},
{
"id": 10,
"title": "Cappuccino",
"description": "Creamy and comforting, our Cappuccino combines perfectly frothed milk with a strong espresso base, dusted with a hint of cocoa.",
"price": "8.00",
"image": "https://github.com/MLSALEX/Menu_Data_LL/blob/main/images/cappuccino.jpg?raw=true",
"category": "drinks"
},
{
"id": 11,
"title": "Croissant",
"description": "Authentic Italian Croissant, golden, with a soft, airy interior. Perfect for an indulgent breakfast.",
"price": "7",
"image": "https://github.com/MLSALEX/Menu_Data_LL/blob/main/images/croissant.jpg?raw=true",
"category": "desserts"
}
]
}