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.
  1. 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 a RECIPE_BOOK.md file for your content and an images/ folder for any recipe images.

  2. Folder Structure Example:

1    markdown-recipe-book/
23    └───RECIPE_BOOK.md   # Your Markdown recipe book page
4    └───images/          # Folder for images of recipes
5        └───bruschetta.jpg  # Example image for Bruschetta
6        └───spaghetti.jpg   # Example image for Spaghetti Carbonara

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:
    1. Toast the baguette slices.
    2. Mix tomatoes, basil, and garlic in a bowl.
    3. Top toasted bread with tomato mixture.

bruschetta

Main Courses

Spaghetti Carbonara

  • Ingredients:
    • 200g spaghetti
    • 100g pancetta
    • 2 large eggs
    • 1/2 cup grated Parmesan
  • Instructions:
    1. Cook spaghetti according to package instructions.
    2. Cook pancetta until crispy.
    3. Mix eggs and Parmesan, then combine with spaghetti and pancetta. spaghetti carbonara

Desserts

Chocolate Cake

  • Ingredients:
    • 1 3/4 cups flour
    • 1 1/2 cups sugar
    • 3/4 cup cocoa powder
    • 1 cup milk
  • Instructions:
    1. Preheat oven to 350°F (175°C).
    2. Mix dry ingredients and add milk.
    3. Bake for 30 minutes. chocolate cake