-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecipes_data.json
More file actions
56 lines (56 loc) · 1.42 KB
/
recipes_data.json
File metadata and controls
56 lines (56 loc) · 1.42 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
[
{
"title": "Vegetable Lasagna",
"ingredients": [
"1 lb. lasagna noodles",
"1 onion, diced",
"2 cloves of garlic, minced",
"2 bell peppers, diced",
"1 zucchini, diced",
"1 eggplant, diced",
"1 (28 oz) can crushed tomatoes",
"1/4 cup chopped fresh basil",
"1/4 cup chopped fresh parsley",
"1/4 cup grated Parmesan cheese",
"1 cup ricotta cheese",
"2 cups shredded mozzarella cheese"
],
"people": 6
},
{
"title": "Stir-Fried Shrimp with Vegetables",
"ingredients": [
"1 lb. large shrimp, peeled and deveined",
"2 tbsp. vegetable oil",
"1 red bell pepper, sliced",
"1 onion, sliced",
"1 cup sliced mushrooms",
"2 cloves of garlic, minced",
"1/4 cup soy sauce",
"1/4 cup hoisin sauce",
"2 tbsp. rice vinegar",
"1 tsp. sesame oil",
"1 tsp. sugar",
"1/4 tsp. red pepper flakes"
],
"people": 4
},
{
"title": "Spicy Chicken Tacos",
"ingredients": [
"1 lb. boneless, skinless chicken breasts",
"1 tbsp. chili powder",
"1 tsp. cumin",
"1/2 tsp. paprika",
"1/4 tsp. salt",
"1/4 tsp. black pepper",
"1 tbsp. vegetable oil",
"8 small flour or corn tortillas",
"1 cup shredded lettuce",
"1/2 cup diced tomatoes",
"1/4 cup sour cream",
"1/4 cup chopped fresh cilantro"
],
"people": 4
}
]