-
Notifications
You must be signed in to change notification settings - Fork 2
/
theInstructions.json
61 lines (61 loc) · 970 Bytes
/
theInstructions.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
theInstructions = [
{
"name": "Tomato Scrambled Eggs",
"instructions": [
"Buy some eggs",
"Buy some tomatoes",
"Fry eggs",
"Add tomatoes"
]
},
{
"name": "Scrambled Eggs",
"instructions": [
"Buy some eggs",
"Fry the eggs"
]
},
{
"name": "Fried Chicken Wings",
"instructions": [
"Buy some chicken wings",
"Fry chicken wings",
"Add flour",
"Add water and let it boils"
]
},
{
"name": "Pepper Fried Potato",
"instructions": [
"Slice the potatoes",
"Slice the peppers",
"Fry potatoes",
"Add peppers"
]
},
{
"name": "Fruit Salad",
"instructions": [
"Buy lots of fruits",
"Peel or wash if needed",
"Put them onto the plate"
]
},
{
"name": "Steamed Eggs",
"instructions": [
"Pour yolk into a bowl",
"Put the bowl in a pod",
"Steam it"
]
},
{
"name": "French Fries",
"instructions": [
"Peel the potatoes",
"Slice the potatoes",
"Fry",
"Add oil"
]
}
]