Created
October 16, 2024 01:17
Receitas Culinárias
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"titulo": "Bolo de Chocolate", | |
"ingredientes": [ | |
"Farinha", | |
"Açúcar", | |
"Cacau em pó", | |
"Ovos", | |
"Manteiga" | |
], | |
"instrucoes": "Misture todos os ingredientes e asse por 30 minutos a 180°C.", | |
"tempoPreparo": "45 minutos", | |
"tipoPrato": "Sobremesa" | |
}, | |
{ | |
"titulo": "Salada Caesar", | |
"ingredientes": [ | |
"Alface", | |
"Croutons", | |
"Queijo Parmesão", | |
"Molho Caesar" | |
], | |
"instrucoes": "Misture todos os ingredientes em uma tigela.", | |
"tempoPreparo": "15 minutos", | |
"tipoPrato": "Entrada" | |
}, | |
{ | |
"titulo": "Espaguete à Carbonara", | |
"ingredientes": [ | |
"Espaguete", | |
"Bacon", | |
"Ovos", | |
"Queijo Pecorino" | |
], | |
"instrucoes": "Cozinhe o espaguete e misture com os outros ingredientes.", | |
"tempoPreparo": "20 minutos", | |
"tipoPrato": "Prato Principal" | |
}, | |
{ | |
"titulo": "Sopa de Legumes", | |
"ingredientes": [ | |
"Cenoura", | |
"Batata", | |
"Cebola", | |
"Caldo de legumes" | |
], | |
"instrucoes": "Cozinhe todos os ingredientes até ficarem macios.", | |
"tempoPreparo": "30 minutos", | |
"tipoPrato": "Sopa" | |
}, | |
{ | |
"titulo": "Pudim de Leite", | |
"ingredientes": [ | |
"Leite condensado", | |
"Leite", | |
"Ovos", | |
"Açúcar" | |
], | |
"instrucoes": "Misture todos os ingredientes e asse em banho-maria.", | |
"tempoPreparo": "1 hora", | |
"tipoPrato": "Sobremesa" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment