mirror of
https://github.com/runyanjake/cooking.git
synced 2026-06-25 08:04:51 -07:00
Update example recipes and add fajita vegetables.
This commit is contained in:
parent
5169917155
commit
69f29dac3e
@ -7,7 +7,9 @@
|
|||||||
"Bash(npm ls *)",
|
"Bash(npm ls *)",
|
||||||
"Bash(node *)",
|
"Bash(node *)",
|
||||||
"Bash(ls *)",
|
"Bash(ls *)",
|
||||||
"WebFetch(*)"
|
"WebFetch(*)",
|
||||||
|
"Bash(mkdir -p \"c:/Users/runya/Documents/repositories/cooking/public/recipes/mexican/fajita-vegetables/assets\")",
|
||||||
|
"Bash(cp \"c:/Users/runya/Documents/repositories/cooking/public/recipes/mexican/birria/assets/not-found.svg\" \"c:/Users/runya/Documents/repositories/cooking/public/recipes/mexican/fajita-vegetables/assets/not-found.svg\")"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -20,17 +20,13 @@ A beloved Italian-American comfort food that combines crispy breaded chicken cut
|
|||||||
<RecipeCard>
|
<RecipeCard>
|
||||||
|
|
||||||
## Photos
|
## Photos
|
||||||

|

|
||||||
*Golden-brown chicken topped with bubbling cheese*
|
*Image Coming Soon*
|
||||||
|
|
||||||

|

|
||||||
*Perfectly crispy coating with melted mozzarella*
|
*Chicken Parmesan*
|
||||||
|
|
||||||

|
|
||||||
*Served alongside spaghetti with fresh basil*
|
|
||||||
|
|
||||||
## Ingredients
|
## Ingredients
|
||||||
### For the Chicken
|
|
||||||
- 4 boneless, skinless chicken breasts (about 6-8 oz each)
|
- 4 boneless, skinless chicken breasts (about 6-8 oz each)
|
||||||
- 1 cup all-purpose flour
|
- 1 cup all-purpose flour
|
||||||
- 2 large eggs, beaten
|
- 2 large eggs, beaten
|
||||||
@ -40,55 +36,35 @@ A beloved Italian-American comfort food that combines crispy breaded chicken cut
|
|||||||
- 1 teaspoon dried oregano
|
- 1 teaspoon dried oregano
|
||||||
- Salt and freshly ground black pepper to taste
|
- Salt and freshly ground black pepper to taste
|
||||||
- 1/2 cup olive oil (for frying)
|
- 1/2 cup olive oil (for frying)
|
||||||
|
|
||||||
### For the Sauce & Topping
|
|
||||||
- 2 cups marinara sauce (homemade or quality store-bought)
|
- 2 cups marinara sauce (homemade or quality store-bought)
|
||||||
- 1 1/2 cups shredded mozzarella cheese
|
- 1 1/2 cups shredded mozzarella cheese
|
||||||
- 1/4 cup fresh basil leaves, torn
|
- 1/4 cup fresh basil leaves, torn
|
||||||
- Extra Parmesan for serving
|
- Extra Parmesan for serving
|
||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
### Prep the Chicken
|
|
||||||
1. Place **chicken breasts** between two sheets of **plastic wrap** and pound to an even 1/2-inch thickness using a meat mallet.
|
1. Place **chicken breasts** between two sheets of **plastic wrap** and pound to an even 1/2-inch thickness using a meat mallet.
|
||||||
2. Season both sides generously with **salt** and **pepper**.
|
2. Season both sides generously with **salt** and **pepper**.
|
||||||
|
|
||||||
### Set Up Breading Station
|
|
||||||
3. Prepare three shallow dishes:
|
3. Prepare three shallow dishes:
|
||||||
- Dish 1: **All-purpose flour**
|
- Dish 1: **All-purpose flour**
|
||||||
- Dish 2: Beaten **eggs** with 1 tablespoon **water**
|
- Dish 2: Beaten **eggs** with 1 tablespoon **water**
|
||||||
- Dish 3: **Breadcrumbs** mixed with 1/2 cup **Parmesan**, **garlic powder**, and **oregano**
|
- Dish 3: **Breadcrumbs** mixed with 1/2 cup **Parmesan**, **garlic powder**, and **oregano**
|
||||||
|
|
||||||
### Bread and Fry
|
|
||||||
4. Dredge each breast in **flour** (shake off excess), dip in **egg** mixture, then press firmly into **breadcrumb** mixture, coating both sides thoroughly.
|
4. Dredge each breast in **flour** (shake off excess), dip in **egg** mixture, then press firmly into **breadcrumb** mixture, coating both sides thoroughly.
|
||||||
5. In a large skillet, heat **olive oil** over medium-high heat until shimmering.
|
5. In a large skillet, heat **olive oil** over medium-high heat until shimmering.
|
||||||
6. Cook **chicken** for 4-5 minutes per side until golden brown and cooked through (internal temp 165°F). Work in batches if needed. Transfer to a paper towel-lined plate.
|
6. Cook **chicken** for 4-5 minutes per side until golden brown and cooked through (internal temp 165°F). Work in batches if needed. Transfer to a paper towel-lined plate.
|
||||||
|
|
||||||
### Assemble and Bake
|
|
||||||
7. Preheat oven to 400°F (200°C) or turn on broiler.
|
7. Preheat oven to 400°F (200°C) or turn on broiler.
|
||||||
8. Place fried **chicken** in a baking dish. Spoon **marinara sauce** over each piece, then top with **mozzarella** and remaining **Parmesan**.
|
8. Place fried **chicken** in a baking dish. Spoon **marinara sauce** over each piece, then top with **mozzarella** and remaining **Parmesan**.
|
||||||
9. Bake for 10-12 minutes (or broil for 3-4 minutes) until cheese is melted and bubbly.
|
9. Bake for 10-12 minutes (or broil for 3-4 minutes) until cheese is melted and bubbly.
|
||||||
10. Top with fresh torn **basil** and serve immediately with **pasta** or a side salad.
|
10. Top with fresh torn **basil** and serve immediately with **pasta** or a side salad.
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
### Tips for Success
|
### Tips
|
||||||
- **Even thickness**: Pounding the chicken ensures even cooking
|
|
||||||
- **Don't overcrowd**: Fry in batches to maintain oil temperature
|
- **Don't overcrowd**: Fry in batches to maintain oil temperature
|
||||||
- **Quality ingredients**: Use good marinara sauce for best flavor
|
|
||||||
- **Make ahead**: Bread chicken up to 4 hours ahead and refrigerate
|
|
||||||
- **Gluten-free option**: Substitute with gluten-free flour and breadcrumbs
|
- **Gluten-free option**: Substitute with gluten-free flour and breadcrumbs
|
||||||
|
|
||||||
### Storage
|
|
||||||
- **Refrigerate**: Store leftovers in an airtight container for up to 3 days
|
|
||||||
- **Reheat**: Warm in a 350°F oven for 15-20 minutes to maintain crispiness
|
|
||||||
- **Freeze**: Freeze breaded (uncooked) chicken for up to 2 months
|
|
||||||
|
|
||||||
### Variations
|
### Variations
|
||||||
- **Baked version**: Skip frying and bake breaded chicken at 425°F for 20-25 minutes
|
- **Baked version**: Skip frying and bake breaded chicken at 425°F for 20-25 minutes
|
||||||
- **Spicy**: Add red pepper flakes to the breadcrumb mixture
|
- **Spicy**: Add red pepper flakes to the breadcrumb mixture
|
||||||
- **Extra crispy**: Use panko breadcrumbs instead of Italian breadcrumbs
|
|
||||||
|
|
||||||
## References
|
## References
|
||||||
- Adapted from traditional Italian-American recipes
|
|
||||||
- Inspired by *The Silver Spoon* Italian cookbook
|
|
||||||
- Reference Recipe **[HERE](https://www.example.com)**
|
- Reference Recipe **[HERE](https://www.example.com)**
|
||||||
</RecipeCard>
|
</RecipeCard>
|
||||||
|
|||||||
@ -20,88 +20,48 @@ The ultimate chocolate chip cookie recipe that delivers crispy edges, chewy cent
|
|||||||
<RecipeCard>
|
<RecipeCard>
|
||||||
|
|
||||||
## Photos
|
## Photos
|
||||||

|

|
||||||
*A stack of golden-brown cookies showing the perfect texture*
|
*Image Coming Soon*
|
||||||
|
|
||||||

|

|
||||||
*Gooey chocolate chips and perfect chewy texture*
|
*Chocolate Chip Cookies*
|
||||||
|
|
||||||

|
|
||||||
*Fresh from the oven with melted chocolate*
|
|
||||||
|
|
||||||

|
|
||||||
*The perfect cookie and milk pairing*
|
|
||||||
|
|
||||||
## Ingredients
|
## Ingredients
|
||||||
### Dry Ingredients
|
|
||||||
- 2 1/4 cups (280g) all-purpose flour
|
- 2 1/4 cups (280g) all-purpose flour
|
||||||
- 1 teaspoon baking soda
|
- 1 teaspoon baking soda
|
||||||
- 1 teaspoon fine sea salt
|
- 1 teaspoon fine sea salt
|
||||||
|
|
||||||
### Wet Ingredients
|
|
||||||
- 1 cup (2 sticks / 226g) unsalted butter, softened to room temperature
|
- 1 cup (2 sticks / 226g) unsalted butter, softened to room temperature
|
||||||
- 3/4 cup (150g) granulated sugar
|
- 3/4 cup (150g) granulated sugar
|
||||||
- 3/4 cup (165g) packed light brown sugar
|
- 3/4 cup (165g) packed light brown sugar
|
||||||
- 2 large eggs, room temperature
|
- 2 large eggs, room temperature
|
||||||
- 2 teaspoons pure vanilla extract
|
- 2 teaspoons pure vanilla extract
|
||||||
|
|
||||||
### Mix-ins
|
|
||||||
- 2 cups (340g) semi-sweet chocolate chips
|
- 2 cups (340g) semi-sweet chocolate chips
|
||||||
- 1 cup (170g) milk chocolate chips (optional, for extra chocolate)
|
- 1 cup (170g) milk chocolate chips (optional, for extra chocolate)
|
||||||
- Flaky sea salt for topping (optional)
|
- Flaky sea salt for topping (optional)
|
||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
### Prepare
|
|
||||||
1. Preheat oven to 375°F (190°C). Line two baking sheets with **parchment paper**.
|
1. Preheat oven to 375°F (190°C). Line two baking sheets with **parchment paper**.
|
||||||
2. In a medium bowl, whisk together **flour**, **baking soda**, and **salt**. Set aside.
|
2. In a medium bowl, whisk together **flour**, **baking soda**, and **salt**. Set aside.
|
||||||
|
|
||||||
### Make the Dough
|
|
||||||
3. In a large bowl or stand mixer, beat softened **butter** with both **sugars** on medium speed for 2-3 minutes until light and fluffy.
|
3. In a large bowl or stand mixer, beat softened **butter** with both **sugars** on medium speed for 2-3 minutes until light and fluffy.
|
||||||
4. Beat in **eggs** one at a time, then add **vanilla extract**. Mix until well combined, scraping down the sides of the bowl.
|
4. Beat in **eggs** one at a time, then add **vanilla extract**. Mix until well combined, scraping down the sides of the bowl.
|
||||||
5. With mixer on low speed, gradually add the **flour** mixture. Mix just until no flour streaks remain (don't overmix).
|
5. With mixer on low speed, gradually add the **flour** mixture. Mix just until no flour streaks remain (don't overmix).
|
||||||
6. Use a spatula or wooden spoon to fold in **chocolate chips** until evenly distributed.
|
6. Use a spatula or wooden spoon to fold in **chocolate chips** until evenly distributed.
|
||||||
|
|
||||||
### Chill (Important!)
|
|
||||||
7. Cover bowl with **plastic wrap** and refrigerate for at least 30 minutes (or up to 72 hours for even better flavor). Cold dough = thicker cookies!
|
7. Cover bowl with **plastic wrap** and refrigerate for at least 30 minutes (or up to 72 hours for even better flavor). Cold dough = thicker cookies!
|
||||||
|
|
||||||
### Bake
|
|
||||||
8. Use a cookie scoop or tablespoon to form balls (about 2 tablespoons each). Place 2 inches apart on prepared baking sheets.
|
8. Use a cookie scoop or tablespoon to form balls (about 2 tablespoons each). Place 2 inches apart on prepared baking sheets.
|
||||||
9. If using, sprinkle a tiny pinch of **flaky sea salt** on top of each dough ball.
|
9. If using, sprinkle a tiny pinch of **flaky sea salt** on top of each dough ball.
|
||||||
10. Bake for 10-12 minutes until edges are golden brown but centers still look slightly underdone.
|
10. Bake for 10-12 minutes until edges are golden brown but centers still look slightly underdone.
|
||||||
11. Let cookies cool on the baking sheet for 5 minutes (they'll continue to set), then transfer to a wire rack.
|
11. Let cookies cool on the baking sheet for 5 minutes (they'll continue to set), then transfer to a wire rack.
|
||||||
|
|
||||||
### Serve
|
|
||||||
12. Serve warm or at room temperature. Best enjoyed with cold **milk**!
|
12. Serve warm or at room temperature. Best enjoyed with cold **milk**!
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
### Tips for Success
|
### Tips for Success
|
||||||
- **Room temperature ingredients**: Softened butter and eggs create the best texture
|
- **Room temperature ingredients**: Softened butter and eggs create the best texture
|
||||||
- **Don't skip chilling**: Cold dough prevents spreading and creates thicker cookies
|
- **Don't skip chilling**: Cold dough prevents spreading and creates thicker cookies
|
||||||
- **Underbake slightly**: Cookies will look underdone but will set as they cool
|
|
||||||
- **Use parchment paper**: Prevents sticking and promotes even browning
|
|
||||||
- **Measure flour correctly**: Spoon and level flour, don't pack it
|
|
||||||
|
|
||||||
### Storage & Freezing
|
|
||||||
- **Room temperature**: Store in an airtight container for up to 5 days
|
|
||||||
- **Refresh**: Warm in a 300°F oven for 3-4 minutes to restore chewiness
|
|
||||||
- **Freeze dough**: Scoop dough balls and freeze for up to 3 months. Bake from frozen, adding 1-2 minutes
|
|
||||||
- **Freeze baked cookies**: Freeze baked cookies for up to 2 months
|
|
||||||
|
|
||||||
### Variations
|
### Variations
|
||||||
- **Brown butter cookies**: Brown the butter for a nutty, caramel flavor
|
- **Brown butter cookies**: Brown the butter for a nutty, caramel flavor
|
||||||
- **Thick and bakery-style**: Increase flour to 2 1/2 cups and chill overnight
|
- **Thick and bakery-style**: Increase flour to 2 1/2 cups and chill overnight
|
||||||
- **Double chocolate**: Add 1/4 cup cocoa powder to dry ingredients
|
|
||||||
- **Mix-ins**: Try nuts, toffee bits, or different chocolate varieties
|
|
||||||
- **Giant cookies**: Use 1/4 cup dough per cookie, bake 14-16 minutes
|
|
||||||
|
|
||||||
### Science Behind the Recipe
|
|
||||||
- **Brown sugar**: Creates chewiness and moisture
|
|
||||||
- **Granulated sugar**: Creates crispy edges
|
|
||||||
- **Baking soda**: Promotes spreading and browning
|
|
||||||
- **Chilling**: Allows flour to hydrate and flavors to develop
|
|
||||||
- **Underbaking**: Keeps centers soft and gooey
|
|
||||||
|
|
||||||
## References
|
## References
|
||||||
- Based on the classic Nestlé Toll House recipe
|
|
||||||
- Reference Recipe **[HERE](https://www.example.com)**
|
- Reference Recipe **[HERE](https://www.example.com)**
|
||||||
</RecipeCard>
|
</RecipeCard>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user