Skip to content
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",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing 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",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The image file is using a separate casing. Please use all lowercase.

"keywords": [
"mango mojito",
"tropical drink",
"non-alcoholic",
"refreshing"
]
}