-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsamplerecipes.js
330 lines (329 loc) · 12.6 KB
/
samplerecipes.js
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
326
327
328
329
330
const sampleRecipes = [
{
id: "52768",
name: "Apple Frangipan Tart",
image: "https://www.themealdb.com/images/media/meals/wxywrq1468235067.jpg",
category: "Dessert",
area: "British",
instructions:
"Preheat the oven to 200C/180C Fan/Gas 6.\r\nPut the biscuits in a large re-sealable freezer bag and bash with a rolling pin into fine crumbs. Melt the butter in a small pan, then add the biscuit crumbs and stir until coated with butter. Tip into the tart tin and, using the back of a spoon, press over the base and sides of the tin to give an even layer. Chill in the fridge while you make the filling.\r\nCream together the butter and sugar until light and fluffy. You can do this in a food processor if you have one. Process for 2-3 minutes. Mix in the eggs, then add the ground almonds and almond extract and blend until well combined.\r\nPeel the apples, and cut thin slices of apple. Do this at the last minute to prevent the apple going brown. Arrange the slices over the biscuit base. Spread the frangipane filling evenly on top. Level the surface and sprinkle with the flaked almonds.\r\nBake for 20-25 minutes until golden-brown and set.\r\nRemove from the oven and leave to cool for 15 minutes. Remove the sides of the tin. An easy way to do this is to stand the tin on a can of beans and push down gently on the edges of the tin.\r\nTransfer the tart, with the tin base attached, to a serving plate. Serve warm with cream, cr\u00e8me fraiche or ice cream.",
youtube_url: "https://www.youtube.com/watch?v=rp8Slv4INLk",
ingredients: [
{
name: "digestive biscuits",
quantity: "175g/6oz",
},
{
name: "butter",
quantity: "75g/3oz",
},
{
name: "Bramley apples",
quantity: "200g/7oz",
},
{
name: "butter, softened",
quantity: "75g/3oz",
},
{
name: "caster sugar",
quantity: "75g/3oz",
},
{
name: "free-range eggs, beaten",
quantity: "2",
},
{
name: "ground almonds",
quantity: "75g/3oz",
},
{
name: "almond extract",
quantity: "1 tsp",
},
{
name: "flaked almonds",
quantity: "50g/1\u00beoz",
},
],
created_at: "2024-03-19T13:42:52.468467",
modified_at: "2024-03-19T13:42:52.468479",
created_by: null,
},
{
id: "52893",
name: "Apple & Blackberry Crumble",
image: "https://www.themealdb.com/images/media/meals/xvsurr1511719182.jpg",
category: "Dessert",
area: "British",
instructions:
"Heat oven to 190C/170C fan/gas 5. Tip the flour and sugar into a large bowl. Add the butter, then rub into the flour using your fingertips to make a light breadcrumb texture. Do not overwork it or the crumble will become heavy. Sprinkle the mixture evenly over a baking sheet and bake for 15 mins or until lightly coloured.\r\nMeanwhile, for the compote, peel, core and cut the apples into 2cm dice. Put the butter and sugar in a medium saucepan and melt together over a medium heat. Cook for 3 mins until the mixture turns to a light caramel. Stir in the apples and cook for 3 mins. Add the blackberries and cinnamon, and cook for 3 mins more. Cover, remove from the heat, then leave for 2-3 mins to continue cooking in the warmth of the pan.\r\nTo serve, spoon the warm fruit into an ovenproof gratin dish, top with the crumble mix, then reheat in the oven for 5-10 mins. Serve with vanilla ice cream.",
youtube_url: "https://www.youtube.com/watch?v=4vhcOwVBDO4",
ingredients: [
{
name: "Plain Flour",
quantity: "120g",
},
{
name: "Caster Sugar",
quantity: "60g",
},
{
name: "Butter",
quantity: "60g",
},
{
name: "Braeburn Apples",
quantity: "300g",
},
{
name: "Butter",
quantity: "30g",
},
{
name: "Demerara Sugar",
quantity: "30g",
},
{
name: "Blackberrys",
quantity: "120g",
},
{
name: "Cinnamon",
quantity: "\u00bc teaspoon",
},
{
name: "Ice Cream",
quantity: "to serve",
},
],
created_at: "2024-03-19T13:42:52.468649",
modified_at: "2024-03-19T13:42:52.468651",
created_by: null,
},
{
id: "53049",
name: "Apam balik",
image: "https://www.themealdb.com/images/media/meals/adxcbq1619787919.jpg",
category: "Dessert",
area: "Malaysian",
instructions:
"Mix milk, oil and egg together. Sift flour, baking powder and salt into the mixture. Stir well until all ingredients are combined evenly.\r\n\r\nSpread some batter onto the pan. Spread a thin layer of batter to the side of the pan. Cover the pan for 30-60 seconds until small air bubbles appear.\r\n\r\nAdd butter, cream corn, crushed peanuts and sugar onto the pancake. Fold the pancake into half once the bottom surface is browned.\r\n\r\nCut into wedges and best eaten when it is warm.",
youtube_url: "https://www.youtube.com/watch?v=6R8ffRRJcrg",
ingredients: [
{
name: "Milk",
quantity: "200ml",
},
{
name: "Oil",
quantity: "60ml",
},
{
name: "Eggs",
quantity: "2",
},
{
name: "Flour",
quantity: "1600g",
},
{
name: "Baking Powder",
quantity: "3 tsp",
},
{
name: "Salt",
quantity: "1/2 tsp",
},
{
name: "Unsalted Butter",
quantity: "25g",
},
{
name: "Sugar",
quantity: "45g",
},
{
name: "Peanut Butter",
quantity: "3 tbs",
},
],
created_at: "2024-03-19T13:42:52.468659",
modified_at: "2024-03-19T13:42:52.468660",
created_by: null,
},
{
id: "53050",
name: "Ayam Percik",
image: "https://www.themealdb.com/images/media/meals/020z181619788503.jpg",
category: "Chicken",
area: "Malaysian",
instructions:
"In a blender, add the ingredients for the spice paste and blend until smooth.\r\nOver medium heat, pour the spice paste in a skillet or pan and fry for 10 minutes until fragrant. Add water or oil 1 tablespoon at a time if the paste becomes too dry. Don't burn the paste. Lower the fire slightly if needed.\r\nAdd the cloves, cardamom, tamarind pulp, coconut milk, water, sugar and salt. Turn the heat up and bring the mixture to boil. Turn the heat to medium low and simmer for 10 minutes. Stir occasionally. It will reduce slightly. This is the marinade/sauce, so taste and adjust seasoning if necessary. Don't worry if it's slightly bitter. It will go away when roasting.\r\nWhen the marinade/sauce has cooled, pour everything over the chicken and marinate overnight to two days.\r\nPreheat the oven to 425 F.\r\nRemove the chicken from the marinade. Spoon the marinade onto a greased (or aluminum lined) baking sheet. Lay the chicken on top of the sauce (make sure the chicken covers the sauce and the sauce isn't exposed or it'll burn) and spread the remaining marinade on the chicken. Roast for 35-45 minutes or until internal temp of the thickest part of chicken is at least 175 F.\r\nLet chicken rest for 5 minutes. Brush the chicken with some of the oil. Serve chicken with the sauce over steamed rice (or coconut rice).",
youtube_url: "https://www.youtube.com/watch?v=9ytR28QK6I8",
ingredients: [
{
name: "Chicken Thighs",
quantity: "6",
},
{
name: "Challots",
quantity: "16",
},
{
name: "Ginger",
quantity: "1 1/2",
},
{
name: "Garlic Clove",
quantity: "6",
},
{
name: "Cayenne Pepper",
quantity: "8",
},
{
name: "Turmeric",
quantity: "2 tbs",
},
{
name: "Cumin",
quantity: "1 1/2",
},
{
name: "Coriander",
quantity: "1 1/2",
},
{
name: "Fennel",
quantity: "1 1/2",
},
{
name: "Tamarind Paste",
quantity: "2 tbs",
},
{
name: "Coconut Milk",
quantity: "1 can",
},
{
name: "Sugar",
quantity: "1 tsp",
},
{
name: "Water",
quantity: "1 cup",
},
],
created_at: "2024-03-19T13:42:52.468669",
modified_at: "2024-03-19T13:42:52.468671",
created_by: null,
},
{
id: "52767",
name: "Bakewell tart",
image: "https://www.themealdb.com/images/media/meals/wyrqqq1468233628.jpg",
category: "Dessert",
area: "British",
instructions:
"To make the pastry, measure the flour into a bowl and rub in the butter with your fingertips until the mixture resembles fine breadcrumbs. Add the water, mixing to form a soft dough.\r\nRoll out the dough on a lightly floured work surface and use to line a 20cm/8in flan tin. Leave in the fridge to chill for 30 minutes.\r\nPreheat the oven to 200C/400F/Gas 6 (180C fan).\r\nLine the pastry case with foil and fill with baking beans. Bake blind for about 15 minutes, then remove the beans and foil and cook for a further five minutes to dry out the base.\r\nFor the filing, spread the base of the flan generously with raspberry jam.\r\nMelt the butter in a pan, take off the heat and then stir in the sugar. Add ground almonds, egg and almond extract. Pour into the flan tin and sprinkle over the flaked almonds.\r\nBake for about 35 minutes. If the almonds seem to be browning too quickly, cover the tart loosely with foil to prevent them burning.",
youtube_url: "https://www.youtube.com/watch?v=1ahpSTf_Pvk",
ingredients: [
{
name: "plain flour",
quantity: "175g/6oz",
},
{
name: "chilled butter",
quantity: "75g/2\u00bdoz",
},
{
name: "cold water",
quantity: "2-3 tbsp",
},
{
name: "raspberry jam",
quantity: "1 tbsp",
},
{
name: "butter",
quantity: "125g/4\u00bdoz",
},
{
name: "caster sugar",
quantity: "125g/4\u00bdoz",
},
{
name: "ground almonds",
quantity: "125g/4\u00bdoz",
},
{
name: "free-range egg, beaten",
quantity: "1",
},
{
name: "almond extract",
quantity: "\u00bd tsp",
},
{
name: "flaked almonds",
quantity: "50g/1\u00beoz",
},
],
created_at: "2024-03-19T13:42:56.198252",
modified_at: "2024-03-19T13:42:56.198269",
created_by: null,
},
{
id: "52792",
name: "Bread and Butter Pudding",
image: "https://www.themealdb.com/images/media/meals/xqwwpy1483908697.jpg",
category: "Dessert",
area: "British",
instructions:
"Grease a 1 litre/2 pint pie dish with butter.\r\nCut the crusts off the bread. Spread each slice with on one side with butter, then cut into triangles.\r\nArrange a layer of bread, buttered-side up, in the bottom of the dish, then add a layer of sultanas. Sprinkle with a little cinnamon, then repeat the layers of bread and sultanas, sprinkling with cinnamon, until you have used up all of the bread. Finish with a layer of bread, then set aside.\r\nGently warm the milk and cream in a pan over a low heat to scalding point. Don't let it boil.\r\nCrack the eggs into a bowl, add three quarters of the sugar and lightly whisk until pale.\r\nAdd the warm milk and cream mixture and stir well, then strain the custard into a bowl.\r\nPour the custard over the prepared bread layers and sprinkle with nutmeg and the remaining sugar and leave to stand for 30 minutes.\r\nPreheat the oven to 180C/355F/Gas 4.\r\nPlace the dish into the oven and bake for 30-40 minutes, or until the custard has set and the top is golden-brown.",
youtube_url: "https://www.youtube.com/watch?v=Vz5W1-BmOE4",
ingredients: [
{
name: "butter",
quantity: "25g/1oz",
},
{
name: "bread",
quantity: "8 thin slices",
},
{
name: "sultanas",
quantity: "50g/2oz",
},
{
name: "cinnamon",
quantity: "2 tsp",
},
{
name: "milk",
quantity: "350ml/12fl",
},
{
name: "double cream",
quantity: "50ml/2fl oz",
},
{
name: "eggs",
quantity: "2 free-range",
},
{
name: "sugar",
quantity: "25g/1oz",
},
{
name: "nutmeg",
quantity: "grated, to taste",
},
],
created_at: "2024-03-19T13:42:56.198279",
modified_at: "2024-03-19T13:42:56.198281",
created_by: null,
},
];
export default sampleRecipes;