-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrecipes.json
511 lines (511 loc) · 19.3 KB
/
recipes.json
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
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
{
"recipes": [
{
"name": "Chocolate Chip Cookies",
"category": "Sweet",
"time": "25 minutes",
"ingredients": [
{"name": "flour", "quantity": "2", "unit": "cups"},
{"name": "sugar", "quantity": "1", "unit": "cup"},
{"name": "butter", "quantity": "1/2", "unit": "cup"},
{"name": "chocolate chips", "quantity": "1", "unit": "cup"},
{"name": "egg", "quantity": "1", "unit": ""}
],
"condiments": [
{"name": "vanilla extract", "quantity": "1", "unit": "teaspoon"},
{"name": "baking soda", "quantity": "1", "unit": "teaspoon"},
{"name": "salt", "quantity": "1/2", "unit": "teaspoon"}
],
"steps": [
"Preheat oven to 350°F (175°C).",
"In a bowl, cream together butter and sugar until smooth.",
"Beat in the egg and vanilla extract.",
"Combine flour, baking soda, and salt, then mix into the batter.",
"Fold in chocolate chips.",
"Drop spoonfuls of dough onto a baking sheet and bake for 10-12 minutes until golden.",
"Cool on a wire rack before serving."
]
},
{
"name": "Beef Tacos",
"category": "Savory",
"time": "20 minutes",
"ingredients": [
{"name": "ground beef", "quantity": "200", "unit": "g"},
{"name": "taco shells", "quantity": "4", "unit": ""},
{"name": "cheddar cheese", "quantity": "1/2", "unit": "cup"},
{"name": "lettuce", "quantity": "1", "unit": "cup"},
{"name": "tomato", "quantity": "1", "unit": ""}
],
"condiments": [
{"name": "salt", "quantity": "to taste", "unit": ""},
{"name": "taco seasoning", "quantity": "1", "unit": "tablespoon"},
{"name": "sour cream", "quantity": "optional", "unit": ""}
],
"steps": [
"In a skillet, cook the ground beef over medium heat until browned.",
"Add taco seasoning and salt, then mix well.",
"Warm the taco shells according to package instructions.",
"Fill the shells with the cooked beef, lettuce, tomato, and cheese.",
"Serve with sour cream if desired."
]
},
{
"name": "Banana Bread",
"category": "Sweet",
"time": "1 hour",
"ingredients": [
{"name": "bananas", "quantity": "3", "unit": "mashed"},
{"name": "flour", "quantity": "2", "unit": "cups"},
{"name": "sugar", "quantity": "1", "unit": "cup"},
{"name": "butter", "quantity": "1/2", "unit": "cup, melted"},
{"name": "egg", "quantity": "1", "unit": ""}
],
"condiments": [
{"name": "baking powder", "quantity": "1", "unit": "teaspoon"},
{"name": "vanilla extract", "quantity": "1", "unit": "teaspoon"},
{"name": "salt", "quantity": "1/4", "unit": "teaspoon"}
],
"steps": [
"Preheat oven to 350°F (175°C) and grease a loaf pan.",
"In a bowl, mix mashed bananas, melted butter, sugar, egg, and vanilla extract.",
"Add flour, baking powder, and salt, then mix until well combined.",
"Pour the batter into the prepared pan.",
"Bake for 50-60 minutes, or until a toothpick inserted in the center comes out clean.",
"Cool before slicing."
]
},
{
"name": "Vegetable Soup",
"category": "Savory",
"time": "40 minutes",
"ingredients": [
{"name": "carrot", "quantity": "1", "unit": "chopped"},
{"name": "celery", "quantity": "2", "unit": "stalks, chopped"},
{"name": "potato", "quantity": "1", "unit": "diced"},
{"name": "vegetable broth", "quantity": "4", "unit": "cups"}
],
"condiments": [
{"name": "salt", "quantity": "to taste", "unit": ""},
{"name": "pepper", "quantity": "to taste", "unit": ""},
{"name": "parsley", "quantity": "optional", "unit": "for garnish"}
],
"steps": [
"In a large pot, add the chopped carrot, celery, and potato.",
"Pour in vegetable broth and bring to a boil.",
"Reduce heat and simmer for 25-30 minutes, or until the vegetables are tender.",
"Season with salt and pepper.",
"Garnish with parsley before serving."
]
},
{
"name": "French Toast",
"category": "Sweet",
"time": "15 minutes",
"ingredients": [
{"name": "bread", "quantity": "2", "unit": "slices"},
{"name": "egg", "quantity": "1", "unit": ""},
{"name": "milk", "quantity": "1/4", "unit": "cup"}
],
"condiments": [
{"name": "cinnamon", "quantity": "1/2", "unit": "teaspoon"},
{"name": "syrup", "quantity": "optional", "unit": "for serving"},
{"name": "butter", "quantity": "optional", "unit": "for frying"}
],
"steps": [
"In a bowl, whisk together egg, milk, and cinnamon.",
"Dip each slice of bread into the egg mixture, coating both sides.",
"Heat a frying pan over medium heat and add butter.",
"Cook the bread slices until golden brown on both sides.",
"Serve warm with syrup."
]
},
{
"name": "Chicken Alfredo",
"category": "Savory",
"time": "30 minutes",
"ingredients": [
{"name": "chicken breast", "quantity": "2", "unit": ""},
{"name": "fettuccine", "quantity": "200", "unit": "g"},
{"name": "heavy cream", "quantity": "1", "unit": "cup"},
{"name": "parmesan cheese", "quantity": "1/2", "unit": "cup"}
],
"condiments": [
{"name": "salt", "quantity": "to taste", "unit": ""},
{"name": "pepper", "quantity": "to taste", "unit": ""},
{"name": "garlic", "quantity": "2", "unit": "cloves"}
],
"steps": [
"Cook the fettuccine according to package instructions.",
"In a skillet, cook chicken breast until golden and fully cooked, then slice.",
"In another pan, sauté garlic in butter, add heavy cream and bring to a simmer.",
"Stir in parmesan cheese and season with salt and pepper.",
"Toss the fettuccine in the sauce, add the chicken slices, and serve warm."
]
},
{
"name": "Chicken Stir Fry",
"category": "Savory",
"time": "25 minutes",
"ingredients": [
{"name": "chicken breast", "quantity": "2", "unit": "sliced"},
{"name": "broccoli", "quantity": "1", "unit": "cup"},
{"name": "carrot", "quantity": "1", "unit": "sliced"},
{"name": "soy sauce", "quantity": "1/4", "unit": "cup"}
],
"condiments": [
{"name": "ginger", "quantity": "1", "unit": "teaspoon"},
{"name": "garlic", "quantity": "2", "unit": "cloves"},
{"name": "olive oil", "quantity": "1", "unit": "tablespoon"}
],
"steps": [
"Heat olive oil in a pan over medium heat.",
"Add garlic and ginger, and sauté until fragrant.",
"Add chicken and cook until no longer pink.",
"Add vegetables and soy sauce, stir-fry until vegetables are tender-crisp.",
"Serve hot."
]
},
{
"name": "Mashed Potatoes",
"category": "Savory",
"time": "30 minutes",
"ingredients": [
{"name": "potatoes", "quantity": "4", "unit": "large"},
{"name": "butter", "quantity": "1/4", "unit": "cup"},
{"name": "milk", "quantity": "1/2", "unit": "cup"}
],
"condiments": [
{"name": "salt", "quantity": "to taste", "unit": ""},
{"name": "pepper", "quantity": "to taste", "unit": ""}
],
"steps": [
"Boil potatoes until tender.",
"Mash the potatoes with butter, milk, salt, and pepper.",
"Serve warm."
]
},
{
"name": "Garlic Bread",
"category": "Savory",
"time": "15 minutes",
"ingredients": [
{"name": "baguette", "quantity": "1", "unit": "loaf"},
{"name": "butter", "quantity": "1/2", "unit": "cup"},
{"name": "garlic", "quantity": "3", "unit": "cloves"}
],
"condiments": [
{"name": "parsley", "quantity": "1", "unit": "tablespoon"}
],
"steps": [
"Preheat oven to 375°F (190°C).",
"Mix butter, minced garlic, and parsley together.",
"Spread on sliced baguette and bake for 10 minutes.",
"Serve warm."
]
},
{
"name": "Tomato Soup",
"category": "Savory",
"time": "30 minutes",
"ingredients": [
{"name": "tomatoes", "quantity": "5", "unit": "chopped"},
{"name": "onion", "quantity": "1", "unit": "chopped"},
{"name": "vegetable broth", "quantity": "2", "unit": "cups"}
],
"condiments": [
{"name": "basil", "quantity": "1", "unit": "teaspoon"},
{"name": "salt", "quantity": "to taste", "unit": ""},
{"name": "pepper", "quantity": "to taste", "unit": ""}
],
"steps": [
"Sauté onions in olive oil until soft.",
"Add tomatoes and cook for 10 minutes.",
"Add broth and bring to a simmer.",
"Blend the soup until smooth, and season with salt, pepper, and basil."
]
},
{
"name": "BBQ Chicken Wings",
"category": "Savory",
"time": "45 minutes",
"ingredients": [
{"name": "chicken wings", "quantity": "12", "unit": ""},
{"name": "BBQ sauce", "quantity": "1/2", "unit": "cup"}
],
"condiments": [
{"name": "salt", "quantity": "to taste", "unit": ""},
{"name": "pepper", "quantity": "to taste", "unit": ""}
],
"steps": [
"Preheat oven to 400°F (200°C).",
"Season wings with salt and pepper, then bake for 25-30 minutes.",
"Coat with BBQ sauce and bake for an additional 10 minutes."
]
},
{
"name": "Fish Tacos",
"category": "Savory",
"time": "20 minutes",
"ingredients": [
{"name": "white fish", "quantity": "200", "unit": "g"},
{"name": "taco shells", "quantity": "4", "unit": ""},
{"name": "cabbage", "quantity": "1", "unit": "cup"},
{"name": "lime", "quantity": "1", "unit": ""}
],
"condiments": [
{"name": "sour cream", "quantity": "2", "unit": "tablespoons"},
{"name": "salt", "quantity": "to taste", "unit": ""},
{"name": "pepper", "quantity": "to taste", "unit": ""}
],
"steps": [
"Season and cook the fish in a pan until golden brown.",
"Fill taco shells with fish, cabbage, and a squeeze of lime.",
"Serve with sour cream."
]
},
{
"name": "Caprese Salad",
"category": "Savory",
"time": "10 minutes",
"ingredients": [
{"name": "tomato", "quantity": "2", "unit": "sliced"},
{"name": "mozzarella", "quantity": "1", "unit": "ball"},
{"name": "basil", "quantity": "1/4", "unit": "cup"}
],
"condiments": [
{"name": "olive oil", "quantity": "2", "unit": "tablespoons"},
{"name": "balsamic vinegar", "quantity": "1", "unit": "tablespoon"},
{"name": "salt", "quantity": "to taste", "unit": ""},
{"name": "pepper", "quantity": "to taste", "unit": ""}
],
"steps": [
"Arrange tomato and mozzarella slices on a plate.",
"Drizzle with olive oil and balsamic vinegar.",
"Sprinkle with salt, pepper, and basil."
]
},
{
"name": "Eggplant Parmesan",
"category": "Savory",
"time": "45 minutes",
"ingredients": [
{"name": "eggplant", "quantity": "1", "unit": "sliced"},
{"name": "parmesan cheese", "quantity": "1/2", "unit": "cup"},
{"name": "tomato sauce", "quantity": "1", "unit": "cup"}
],
"condiments": [
{"name": "olive oil", "quantity": "1", "unit": "tablespoon"},
{"name": "salt", "quantity": "to taste", "unit": ""},
{"name": "pepper", "quantity": "to taste", "unit": ""}
],
"steps": [
"Preheat oven to 375°F (190°C).",
"Fry eggplant slices in olive oil until golden.",
"Layer eggplant with tomato sauce and parmesan cheese in a baking dish.",
"Bake for 20 minutes until bubbly."
]
},
{
"name": "Vegetable Curry",
"category": "Savory",
"time": "40 minutes",
"ingredients": [
{"name": "potato", "quantity": "2", "unit": "diced"},
{"name": "carrot", "quantity": "1", "unit": "sliced"},
{"name": "peas", "quantity": "1", "unit": "cup"},
{"name": "coconut milk", "quantity": "1", "unit": "can"}
],
"condiments": [
{"name": "curry powder", "quantity": "1", "unit": "tablespoon"},
{"name": "salt", "quantity": "to taste", "unit": ""},
{"name": "pepper", "quantity": "to taste", "unit": ""}
],
"steps": [
"Sauté the vegetables in a pan until tender.",
"Add curry powder and coconut milk.",
"Simmer for 20 minutes, season with salt and pepper, and serve."
]
},
{
"name": "Fried Rice",
"category": "Savory",
"time": "20 minutes",
"ingredients": [
{"name": "cooked rice", "quantity": "2", "unit": "cups"},
{"name": "egg", "quantity": "2", "unit": "beaten"},
{"name": "peas", "quantity": "1/2", "unit": "cup"},
{"name": "carrot", "quantity": "1", "unit": "diced"}
],
"condiments": [
{"name": "soy sauce", "quantity": "2", "unit": "tablespoons"},
{"name": "garlic", "quantity": "2", "unit": "cloves"}
],
"steps": [
"Scramble the eggs in a pan, then set aside.",
"Sauté garlic, carrot, and peas in oil until tender.",
"Add rice and soy sauce, then stir in the scrambled eggs.",
"Cook for 5 minutes and serve."
]
},
{
"name": "Shrimp Scampi",
"category": "Savory",
"time": "25 minutes",
"ingredients": [
{"name": "shrimp", "quantity": "200", "unit": "g"},
{"name": "butter", "quantity": "2", "unit": "tablespoons"},
{"name": "garlic", "quantity": "3", "unit": "cloves"},
{"name": "lemon", "quantity": "1", "unit": ""}
],
"condiments": [
{"name": "parsley", "quantity": "1", "unit": "tablespoon"},
{"name": "salt", "quantity": "to taste", "unit": ""},
{"name": "pepper", "quantity": "to taste", "unit": ""}
],
"steps": [
"Melt butter in a pan and sauté garlic.",
"Add shrimp and cook until pink.",
"Squeeze lemon juice over the shrimp and season with salt, pepper, and parsley."
]
},
{
"name": "Chicken Fajitas",
"category": "Savory",
"time": "30 minutes",
"ingredients": [
{"name": "chicken breast", "quantity": "2", "unit": "sliced"},
{"name": "bell pepper", "quantity": "1", "unit": "sliced"},
{"name": "onion", "quantity": "1", "unit": "sliced"},
{"name": "tortillas", "quantity": "4", "unit": ""}
],
"condiments": [
{"name": "fajita seasoning", "quantity": "1", "unit": "tablespoon"},
{"name": "lime", "quantity": "1", "unit": ""}
],
"steps": [
"Sauté chicken, bell pepper, and onion in a pan with fajita seasoning.",
"Serve with tortillas and a squeeze of lime."
]
},
{
"name": "Cauliflower Rice",
"category": "Savory",
"time": "15 minutes",
"ingredients": [
{"name": "cauliflower", "quantity": "1", "unit": "head, grated"},
{"name": "garlic", "quantity": "2", "unit": "cloves"},
{"name": "olive oil", "quantity": "1", "unit": "tablespoon"}
],
"condiments": [
{"name": "salt", "quantity": "to taste", "unit": ""},
{"name": "pepper", "quantity": "to taste", "unit": ""}
],
"steps": [
"Sauté garlic in olive oil.",
"Add grated cauliflower and cook for 5 minutes.",
"Season with salt and pepper, and serve."
]
},
{
"name": "Spinach and Ricotta Lasagna",
"category": "Savory",
"time": "1 hour",
"ingredients": [
{"name": "lasagna sheets", "quantity": "8", "unit": ""},
{"name": "spinach", "quantity": "2", "unit": "cups"},
{"name": "ricotta cheese", "quantity": "1", "unit": "cup"},
{"name": "tomato sauce", "quantity": "1", "unit": "cup"}
],
"condiments": [
{"name": "parmesan cheese", "quantity": "1/4", "unit": "cup"}
],
"steps": [
"Preheat oven to 375°F (190°C).",
"Layer lasagna sheets, spinach, ricotta, and tomato sauce in a baking dish.",
"Top with parmesan cheese and bake for 45 minutes."
]
},
{
"name": "Beef Stir Fry",
"category": "Savory",
"time": "25 minutes",
"ingredients": [
{"name": "beef strips", "quantity": "200", "unit": "g"},
{"name": "broccoli", "quantity": "1", "unit": "cup"},
{"name": "carrot", "quantity": "1", "unit": "sliced"},
{"name": "soy sauce", "quantity": "1/4", "unit": "cup"}
],
"condiments": [
{"name": "ginger", "quantity": "1", "unit": "teaspoon"},
{"name": "garlic", "quantity": "2", "unit": "cloves"}
],
"steps": [
"Sauté garlic and ginger in a pan.",
"Add beef strips and cook until browned.",
"Add vegetables and soy sauce, stir-fry until tender-crisp."
]
},
{
"name": "Turkey Sandwich",
"category": "Savory",
"time": "10 minutes",
"ingredients": [
{"name": "turkey slices", "quantity": "4", "unit": ""},
{"name": "bread", "quantity": "2", "unit": "slices"},
{"name": "lettuce", "quantity": "1", "unit": "leaf"},
{"name": "tomato", "quantity": "1", "unit": "sliced"}
],
"condiments": [
{"name": "mayonnaise", "quantity": "1", "unit": "tablespoon"},
{"name": "mustard", "quantity": "1", "unit": "teaspoon"}
],
"steps": [
"Spread mayonnaise and mustard on bread slices.",
"Layer turkey, lettuce, and tomato between the bread slices.",
"Serve immediately."
]
},
{
"name": "Chicken Noodle Soup",
"category": "Savory",
"time": "40 minutes",
"ingredients": [
{"name": "chicken breast", "quantity": "1", "unit": "diced"},
{"name": "carrot", "quantity": "1", "unit": "sliced"},
{"name": "noodles", "quantity": "1", "unit": "cup"},
{"name": "chicken broth", "quantity": "4", "unit": "cups"}
],
"condiments": [
{"name": "salt", "quantity": "to taste", "unit": ""},
{"name": "pepper", "quantity": "to taste", "unit": ""}
],
"steps": [
"Sauté chicken in a pan until browned.",
"Add carrot and chicken broth, bring to a boil.",
"Add noodles and cook for 10 minutes until tender.",
"Season with salt and pepper, and serve."
]
},
{
"name": "Quinoa Salad",
"category": "Savory",
"time": "15 minutes",
"ingredients": [
{"name": "quinoa", "quantity": "1", "unit": "cup"},
{"name": "cucumber", "quantity": "1", "unit": "chopped"},
{"name": "tomato", "quantity": "1", "unit": "chopped"},
{"name": "feta cheese", "quantity": "1/4", "unit": "cup"}
],
"condiments": [
{"name": "olive oil", "quantity": "2", "unit": "tablespoons"},
{"name": "lemon juice", "quantity": "1", "unit": "tablespoon"}
],
"steps": [
"Cook quinoa according to package instructions and let cool.",
"Mix with cucumber, tomato, and feta cheese.",
"Drizzle with olive oil and lemon juice, and serve."
]
}
]
}