Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/assets/recipes/abc-juice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions src/recipes/abc-juice.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"name": "ABC Juice",
"description": "ABC juice is a vibrant and nutritious blend of Apple, Beetroot, and Carrot, packed with antioxidants and essential nutrients. It's a refreshing detox drink that can be made using a juicer or a blender, and optionally enhanced with lemon, ginger, or chaat masala.",
"github": "kruthish18",
"ingredients": [
{
"quantity": "2",
"measure": "pcs",
"ingredient": "Apples"
},
{
"quantity": "1",
"measure": "",
"ingredient": "Beetroot"
},
{
"quantity": "4-5",
"measure": "",
"ingredient": "Carrots"
},
{
"quantity": "1",
"measure": "inch",
"ingredient": "Ginger (optional)"
},
{
"quantity": "1/2",
"measure": "pcs",
"ingredient": "Lemon"
},
{
"quantity": "1/2-3/4",
"measure": "cup",
"ingredient": "Water (if using blender)"
},
{
"quantity": "to taste",
"measure": "",
"ingredient": "Salt and Sugar (optional)"
}
],
"directions": [
"Wash all the ingredients thoroughly.",
"Core the apples and chop all the fruits and vegetables into chunks.",
"If using a juicer: juice apples, beetroot, carrots, and ginger in that order.",
"If using a blender: blend everything with water until smooth and strain using a mesh or muslin cloth.",
"Squeeze in lemon juice if desired.",
"Add a pinch of salt, sugar, or chaat masala as per taste (optional).",
"Serve immediately with or without ice, or store in the fridge for up to 24–48 hours."
],
"image": "abc-juice.jpg",
"keywords": [
"abc",
"apple",
"beetroot",
"carrot",
"juice",
"detox",
"healthy",
"vegan",
"mocktail"
]
}
Loading