-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCardsData.js
More file actions
325 lines (274 loc) · 7.14 KB
/
CardsData.js
File metadata and controls
325 lines (274 loc) · 7.14 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
const data=[
{
id:1,
title:"Peach Tea",
price:150,
img:"./img/tang.JPG",
desc:"Incredibly simple 4-ingredient peach iced tea infused with real peaches.",
quantity:"250ml (400kcal)",
qty:1
},
{
id:2,
title:"Cappucino",
price:109,
img:"./img/cappu.JPG",
desc:"A cappuccino is an Italian coffee drink that is traditionally prepared ",
quantity:"230ml (300kcal)",
qty:1
},
{
id:3,
title:"Mocha",
price:129,
img:"./img/mocha.JPG",
desc:"mocha is based on espresso and hot milk but with added chocolate flavour",
quantity:"200ml (400kcal)",
qty:1
},
{
id:4,
title:"Americano",
price:180,
img:"./img/americano.jpg",
desc:"The Americano is a popular espresso - based drink that originated in Italy.",
quantity:"PER SERVE (22.5 ML)",
qty:1
},
{
id:5,
title:"Banana Shake",
price:170,
img:"./img/bananan.jpg",
desc:"A banana milkshake is delicious beverage made by mixing with milk ",
quantity:"Per serve(354ml) ",
qty:1
},
{
id:6,
title:"Bluesky Shake",
price:199,
img:"./img/blueshake.jpeg",
desc:"A blueberry milkshake is made by blending blueberries with milk ",
quantity:"Per serve(354ml)",
qty:1
},
{
id:7,
title:"Choco Shake",
price:239,
img:"./img/chocoshake.jpeg",
desc:"A choco milkshake is made by mixing choco syrup, choco icecream",
quantity:"Per serve(354ml)",
qty:1
},
{
id:8,
title:"Frappe",
price:159,
img:"./img/frappe.jpg",
desc:"A frappe is a chilled, blended coffee that originated in Greece.",
quantity:"Per serve(354ml)",
qty:1
},
{
id:9,
title:"Iced Tea",
price:139,
img:"./img/icedtea.jpeg",
desc:"Iced tea is a beverage made by brewing tea & cooling it with ice ",
quantity:"Per Serve (350ml)",
qty:1
},
{
id:10,
title:"Latte",
price:100,
img:"./img/latte.webp",
desc:"A latte is coffee-based beverage consists of espresso & steamed milk. ",
quantity:"per serve (225ml) ",
qty:1
},
{
id:11,
title:"Red dil Shake",
price:199,
img:"./img/redvelvet.jpeg",
desc:"A red dil shake is a dessert beverage inspired by the red velvet cake. ",
quantity:"Per Serve 120g",
qty:1
},
{
id:12,
title:"Mojito",
price:159,
img:"./img/mojito.jpeg",
desc:"A mojito is a mocktail originated in Cuba has gained worldwide fame",
quantity:"Per Serve 120g (110kcal)",
qty:1
},
//food
{
id:13,
title:"French Fries",
price:159,
img:"./img/fries.jpeg",
desc:"French fries, typically made by cutting potatoes & frying them ",
quantity:"Per Serve 160g ",
qty:1
},
{
id:14,
title:"Garlic Bread",
price:179,
img:"./img/garlicbread.jpeg",
desc:"Garlic bread is a delicious bread dish with cheese & oregano.",
quantity:"Per Serve 160g",
qty:1
},
{
id:15,
title:"Italian Pizza",
price:299,
img:"./img/italian.jpeg",
desc:"Italian pizza is a globally renowned dish with mushrooms & basil leaves.",
quantity:"Per Serve 200g",
qty:1
},
{
id:16,
title:"Tacos",
price:239,
img:"./img/tacos.avif",
desc:"Mexican tacos are popular dish with tortilla & stuffings",
quantity:"Per serve 250g",
qty:1
},
{
id:17,
title:"Macaroni",
price:159,
img:"./img/macaroi.jpeg",
desc:"Macaroni is small, curved tube-shaped pasta used in dishes",
quantity:"Per Serve 160g",
qty:1
},
{
id:18,
title:"Margherita",
price:250,
img:"./img/marghe.jpeg",
desc:"this is Italian pizza.main ingredients are tomato sauce, mozzarella cheese.",
quantity:"Per Serve 200g",
qty:1
},
{
id:19,
title:"Pesto Sub",
price:180,
img:"./img/pesto.jpg",
desc:"A pesto is sandwich with pesto sauce made from basil, garlic & olive oil .",
quantity:"Per serve 250g",
qty:1
},
{
id:20,
title:"MacNCheese",
price:150,
img:"./img/mac.jpg",
desc:"macaroni & cheese made with macaroni pasta & cheese sauce",
quantity:"Per Serve 160g",
qty:1
},
{
id:21,
title:"Toast",
price:145,
img:"./img/toast.JPG",
desc:"Toast is a breakfast food made by toasting slices of bread with cheese",
quantity:"Per Serve 200g",
qty:1
},
{
id:22,
title:"Aloopuff",
price:150,
img:"./img/aloopuff.jpg",
desc:"Aloo puffs/potato puffs, are a popular snack or appetizer in Indian cuisine.",
quantity:"Per serve 250g",
qty:1
},
{
id:23,
title:"Classic Pizza",
price:200,
img:"./img/classic.jpg",
desc:"Classic Pizza,thin crust with tomato sauce, mozzarella cheese & toppings.",
quantity:"Per Serve 160g",
qty:1
},
{
id:24,
title:"Pasta",
price:180,
img:"./img/pasta.jpeg",
desc:"Pasta is a staple food made from durum wheat/semolina flour & water.",
quantity:"Per Serve 200g",
qty:1
},
{
id:25,
title:"Cheesecake ",
price:325,
img:"./img/cheesecake.JPG",
desc:"Made with a crust,from crushed biscuits or graham crackers & cheese.",
quantity:"Per Serve 200g",
qty:1
},
{
id:26,
title:"Croissant",
price:309,
img:"./img/croissant.JPG",
desc:"A croissant is a flaky and buttery pastry originating from France. ",
quantity:"Per Serve 160g",
qty:1
},
{
id:27,
title:"Donut",
price:239,
img:"./img/donut.jpeg",
desc:"A donut is sweet, fried pastry that has a round shape with a hole in center.",
quantity:"Per Serve 200g",
qty:1
},
{
id:28,
title:"Muffins",
price:250,
img:"./img/muffins.jpeg",
desc:"Muffins are made from a batter of flour, sugar, eggs, butter.",
quantity:"Per Serve 250g",
qty:1
},
{
id:29,
title:"Pancake",
price:159,
img:"./img/pancake.jpeg",
desc:"A pancake is a flat,thin breakfast food made of batter of flour, eggs, milk.",
quantity:"Per Serve 160g",
qty:1
},
{
id:30,
title:"Loafcake",
price:199,
img:"./img/loafcake.jpg",
desc:"A loaf cake is a type of cake that is baked in a rectangular loaf pan.",
quantity:"Per Serve 200g",
qty:1
}
]
export default data;