Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a new drink Golden-Breeze-Mojito and Picture #1426

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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/Golden-Breeze-Mojito.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions src/recipes/golden-breeze-mojito.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"name": "Golden Breeze Mojito",
"description": "A refreshing mango mojito with a tropical twist, perfect for any occasion.",
"github": "your-github-username",
"ingredients": [
{
"quantity": "1",
"measure": "ripe",
"ingredient": "mango (peeled, pitted, and diced)"
},
{
"quantity": "10-12",
"measure": "leaves",
"ingredient": "fresh mint"
},
{
"quantity": "2-3",
"measure": "tablespoons",
"ingredient": "sugar"
},
{
"quantity": "1",
"measure": "whole",
"ingredient": "lime (cut into wedges)"
},
{
"quantity": "1",
"measure": "cup",
"ingredient": "soda water or sparkling water"
},
{
"quantity": "As needed",
"measure": "cubes",
"ingredient": "ice"
},
{
"quantity": "1-2",
"measure": "oz",
"ingredient": "white rum (optional)"
}
],
"directions": [
"Muddle the mint leaves, lime wedges, and sugar in a sturdy glass to release the aroma and lime juice.",
"Blend the diced mango in a blender until smooth, adding a little water if needed to make a pourable puree.",
"Add 2-3 tablespoons of mango puree to the glass, fill it with ice cubes, and pour soda water over the mixture.",
"Gently stir, garnish with a lime slice and a sprig of mint, and serve!"
],
"image": "golden-breeze-mojito.jpg",
"keywords": [
"mango mojito",
"tropical drink",
"non-alcoholic",
"refreshing"
]
}