-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipeData.json
58 lines (58 loc) · 2.41 KB
/
recipeData.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
[
{
"foodtitle": "Spaghetti",
"time": "45 Minutes",
"description": "An easy recipe for an authentic and classic Italian meal. This recipe requires only 13 ingredients.",
"image": "images/spaghetti.jpg",
"htmlLink": "webpage/spaghetti"
},
{
"foodtitle": "Breakfast Nachos",
"time": "15 minutes",
"description": "A morning twist on one of your favorite foods that can be completely customized with whatever is in your pantry.",
"image": "images/breakfast-nachos.jpg",
"htmlLink": "webpage/breakfastnachos"
},
{
"foodtitle": "BLT Sandwich",
"time": "10 minutes",
"description": "A classic and delicious sandwich that you can put together in a whim.",
"image": "images/blt.jpg",
"htmlLink": "webpage/blt"
},
{
"foodtitle": "Creamy Pesto Pasta",
"time": "25 minutes",
"description": "This super creamy and delicious pasta is a one pot recipe that will become your new favorite way to eat pasta.",
"image": "images/creamy-pesto-pasta.jpeg",
"htmlLink": "webpage/creamypestopasta"
},
{
"foodtitle": "Gordam Ramsays Beef Wellington",
"time": "~90+ minutes",
"description": "A advanced dish by Gordan Ramsay. 'A prime beef fillet, mushrooms, and ready-made pastry', the beef wellington by Gordan Ramsay is something meant for special occasions. If you want to wow friends and family at a dinner this is the dish for you.",
"image": "images/gramsay.jpg",
"htmlLink": "webpage/ramsay"
},
{
"foodtitle": "The Hess Special",
"time": "Tuesday Thursday 12-2 pm",
"description": "Probably something with soup",
"image": "/images/question.png",
"htmlLink": "webpage/hessspecial"
},
{
"foodtitle": "cup of noodles",
"time": "not even 5 minutes probably",
"description": "Hungry but you're poor and/or don't wanna cook? Everyone knows what a classic cup of noodles are!",
"image": "images/noodles.jpg",
"htmlLink": "webpage/noodles"
},
{
"foodtitle": "Rachel Ray's Guacamole",
"time": "15 minutes",
"description": "Rachel Ray's guacamole recipe! (Chips not included)",
"image": "/images/guacamole.jpg",
"htmlLink": "webpage/rachelrayguac"
}
]