Create a Recipe Book
Objective: Write a Markdown page for a recipe book that includes different categories such as appetizers, main courses, and desserts. Each recipe should include ingredients, instructions, and optional images.
- Appetizers: List and describe your favorite appetizers.
- Main Courses: Include main course recipes with detailed steps.
- Desserts: Add recipes for sweet treats.
- Images: Include images of the dishes if possible.
Instructions:
a. Editor: Use Visual Studio Code (VSCode) to write and preview your Markdown.
b. Testing Locally: Make sure your Markdown file is rendered correctly by previewing it in VSCode. Test locally before submission.
c. Folder Structure: Create a folder named
markdown-recipe-book
, and inside it, create aRECIPE_BOOK.md
file for your content and animages/
folder for any recipe images.Folder Structure Example:
Project Example Template
Recipe Book
Appetizers
Bruschetta
- Ingredients:
- 1 loaf of baguette
- 2 cups cherry tomatoes, chopped
- 1/4 cup basil, chopped
- 2 cloves garlic, minced
- Instructions:
- Toast the baguette slices.
- Mix tomatoes, basil, and garlic in a bowl.
- Top toasted bread with tomato mixture.
Main Courses
Spaghetti Carbonara
- Ingredients:
- 200g spaghetti
- 100g pancetta
- 2 large eggs
- 1/2 cup grated Parmesan
- Instructions:
- Cook spaghetti according to package instructions.
- Cook pancetta until crispy.
- Mix eggs and Parmesan, then combine with spaghetti and pancetta.
Desserts
Chocolate Cake
- Ingredients:
- 1 3/4 cups flour
- 1 1/2 cups sugar
- 3/4 cup cocoa powder
- 1 cup milk
- Instructions:
- Preheat oven to 350°F (175°C).
- Mix dry ingredients and add milk.
- Bake for 30 minutes.