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.
Learning Goals
- 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
Editor Required
Use Visual Studio Code (VSCode) to write and preview your Markdown.
1. Testing Locally
-
Preview using Ctrl + Shift + V in VSCode.
-
Ensure everything renders before submission.
2. Folder Structure
- Create a folder named
markdown-recipe-book
- In the folder, create a
RECIPE_BOOK.md
file for your content.
Folder Structure Example
markdown-recipe-book/
│
└───RECIPE_BOOK.md # Your Markdown recipe book page
└───images/ # Folder for images of recipes
└───bruschetta.jpg # Example image for Bruschetta
└───spaghetti.jpg # Example image for Spaghetti Carbonara
Project 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.