Add Chicken Tikka Masala

This commit is contained in:
Andrew Miner
2018-10-14 19:09:58 -06:00
parent 1222f97b0d
commit 7e70c43935
6 changed files with 77 additions and 4 deletions
+68
View File
@@ -0,0 +1,68 @@
module.exports = require("../helpers")({
title: "Chicken Tikka Masala",
timings: {
prep: "20 min",
cook: "45 min",
},
icons: ["gluten-free", "low-carb"],
servings: 4,
description: "This recipe produces a creamy, flavorful dish which is one of the most popular at Indian " +
"restaurants all over the US.",
steps: [{
ingredients: [
{ amount: 2, unit: "lbs", item: "chicken breast (boneless, skinless)" },
{ amount: 1, unit: "tsp", item: "salt" },
{ amount: 1/2, unit: "tsp", item: "cumin seed (ground)" },
{ amount: 1/2, unit: "tsp", item: "coriander (ground)" },
{ amount: 1/4, unit: "tsp", item: "cayenne pepper" },
],
directions: "Combine all the spices in a small bowl, making sure to mix completely. Then apply the mixture " +
"to the chicken, pressing gently so that it sticks well. Place the chicken on a plate, cover with " +
"plastic wrap, and refigerate for 30 minutes."
}, {
ingredients: [
{ amount: 1, unit: "cup", item: "yogurt (plain, whole-milk)" },
{ amount: 2, unit: "tbsp", item: "olive oil" },
{ amount: 2, unit: "tbsp", item: "garlic (minced)" },
{ amount: 2, unit: "tsp", item: "ginger (minced" },
],
directions: "In a large bowl, whisk together the yogurt, olive oil, garlic, and ginger, and place back in " +
"refigerator to cool until needed."
}, {
ingredients: [
{ amount: 2, unit: "tbsp", item: "butter (unsalted)" },
{ amount: 1, unit: "", item: "onion (large, yellow)" },
],
directions: "Saute the onion and butter in a deep-walled cast-iron pan until golden brown (about 10 minutes)."
}, {
ingredients: [
{ amount: 28, unit: "oz", item: "tomatoes (crushed)" },
{ amount: 1, unit: "", item: "chili pepper (minced)" },
{ amount: 2, unit: "tbsp", item: "garlic (minced)" },
{ amount: 1, unit: "tbsp", item: "ginger (minced)" },
{ amount: 2, unit: "tsp", item: "sugar" },
{ amount: 1/2, unit: "tsp", item: "salt" },
],
directions: "Add crushed tomatoes, garlic, ginger, peppers, sugar, and salt. Bring the mixture to a boil, " +
"then reduce the heat to medium-low, cover, and simmer for 15 minutes, stirring occasionally."
}, {
directions: "Preheat the oven to 400°F, and cover a cooking sheet with tin foil. Place a wire rack in the " +
"cooking sheet. Dredge the chicken in the yogurt mixture so that each piece is well covered, and then " +
"lay it out on the cooking sheet. Discard the remaining yogurt mixture. Broil the chicken until it " +
"reaches 160°F in the center (10-15 minutes), flipping midway. The exterior should be lightly chared in " +
"places."
}, {
ingredients: [
{ amount: 2/3, unit: "cup", item: "heavy cream" },
],
directions: "While the chicken is cooking, and after the sauce has had its time to simmer, add in the heavy " +
"cream. Bring the sauce just short of a boil, and remove from the heat. Set it aside to rest, covered, " +
"until the chicken is ready."
}, {
ingredients: [
{ amount: 1/3, unit: "cup", item: "cilantro (chopped)" },
],
directions: "Once the chicken is finished, remove from the oven and set aside for a few minutes. Then, chop " +
"it into bite-sized pieces and mix into the sauce. Garnish with cilantro and serve."
}]
})
Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

+7 -3
View File
@@ -106,6 +106,10 @@ html
img(src="butter-chicken/large.png")
p Butter Chicken
a(href="chicken-breasts-with-caper-cream-sauce")
img(src="chicken-breasts-with-caper-cream-sauce/large.png")
p Chicken Breasts with Caper Cream Sauce
a(href="chicken-cordon-bleu")
img(src="chicken-cordon-bleu/large.png")
p Chicken Cordon Bleu
@@ -114,9 +118,9 @@ html
img(src="chicken-pot-pie/large.png")
p Chicken Pot Pie
a(href="chicken-breasts-with-caper-cream-sauce")
img(src="chicken-breasts-with-caper-cream-sauce/large.png")
p Chicken Breasts with Caper Cream Sauce
a(href="chicken-tikka-masala")
img(src="chicken-tikka-masala/large.png")
p Chicken Tikka Masala
a(href="chili")
img(src="chili/large.png")