Spaces:
No application file
No application file
data/items.json
Browse files- data/items.json +0 -44
data/items.json
DELETED
|
@@ -1,44 +0,0 @@
|
|
| 1 |
-
[
|
| 2 |
-
{
|
| 3 |
-
"name": "Chicken Butter Masala",
|
| 4 |
-
"calories": 350,
|
| 5 |
-
"portion_size": "200g",
|
| 6 |
-
"nutrition": "Protein: 25g, Carbs: 20g, Fat: 15g",
|
| 7 |
-
"image": "chicken.jpg"
|
| 8 |
-
},
|
| 9 |
-
{
|
| 10 |
-
"name": "Chicken Biryani",
|
| 11 |
-
"calories": 400,
|
| 12 |
-
"portion_size": "250g",
|
| 13 |
-
"nutrition": "Protein: 30g, Carbs: 40g, Fat: 18g",
|
| 14 |
-
"image": "biryani.jpg"
|
| 15 |
-
},
|
| 16 |
-
{
|
| 17 |
-
"name": "Dose",
|
| 18 |
-
"calories": 200,
|
| 19 |
-
"portion_size": "150g",
|
| 20 |
-
"nutrition": "Protein: 5g, Carbs: 40g, Fat: 3g",
|
| 21 |
-
"image": "dosa.jpg"
|
| 22 |
-
},
|
| 23 |
-
{
|
| 24 |
-
"name": "Palak Paneer",
|
| 25 |
-
"calories": 300,
|
| 26 |
-
"portion_size": "180g",
|
| 27 |
-
"nutrition": "Protein: 15g, Carbs: 10g, Fat: 12g",
|
| 28 |
-
"image": "palak_paneer.jpg"
|
| 29 |
-
},
|
| 30 |
-
{
|
| 31 |
-
"name": "Aloo Curry",
|
| 32 |
-
"calories": 250,
|
| 33 |
-
"portion_size": "200g",
|
| 34 |
-
"nutrition": "Protein: 6g, Carbs: 35g, Fat: 8g",
|
| 35 |
-
"image": "aloo_curry.jpg"
|
| 36 |
-
},
|
| 37 |
-
{
|
| 38 |
-
"name": "Aloo Samosa",
|
| 39 |
-
"calories": 150,
|
| 40 |
-
"portion_size": "100g",
|
| 41 |
-
"nutrition": "Protein: 3g, Carbs: 20g, Fat: 5g",
|
| 42 |
-
"image": "samosa.jpg"
|
| 43 |
-
}
|
| 44 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|