-
Notifications
You must be signed in to change notification settings - Fork 0
/
recipes.json
44 lines (44 loc) · 1.4 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
{
"recipes": [
{
"name": "Cheese Cake",
"desc": "A delicous cheesecake.",
"recipes": [
{
"name": "Base",
"ingredients": [
"100gm marg",
"1/2 cup sugar",
"1 1/2 cup flour",
"1/2 tsp baking powder",
"pinch salt",
"1 egg"
],
"instructions": "Press into dish and bake 15/20 min at 180 \u00b0C"
},
{
"name": "Cheese",
"ingredients": [
"1 kilo quarg (cream cheese)",
"1 sour cream - 300ml",
"3/4 package vanilla pudding",
"1 cup sugar",
"4 eggs"
],
"instructions": "Mix by hand,\npour onto base, or biscuits with marg,\nand bake 1hr at 180 \u00b0C"
}
]
},
{
"name": "Pancakes",
"desc": "Pancakes, great for breakfast.",
"ingredients": [
"5 eggs",
"1/2 cup milk",
"6 tbs flour (plenty!)",
"2 tbs sugar"
],
"instructions": "Mix and fry."
}
]
}