Skip to content

babylordddd/recipe-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Odin Recipes

A simple HTML-based recipe website showcasing delicious recipes with detailed ingredients and cooking instructions.

πŸ“‹ Overview

This project is a collection of recipe pages built with HTML and CSS. It features a main landing page that links to individual recipe pages, each containing ingredients and step-by-step cooking instructions.

🍽️ Available Recipes

  • Burger - A classic cheeseburger recipe with caramelized onions and perfectly melted cheese
  • Spaghetti - A delicious pasta dish (more details coming soon)
  • Steak - A premium steak recipe (more details coming soon)

πŸ“‚ Project Structure

recipe/
β”œβ”€β”€ index.html              # Main landing page with recipe links
β”œβ”€β”€ README.md              # This file
β”œβ”€β”€ food/
β”‚   β”œβ”€β”€ burger.html        # Burger recipe page
β”‚   β”œβ”€β”€ spaghetti.html     # Spaghetti recipe page
β”‚   β”œβ”€β”€ steak.html         # Steak recipe page
β”‚   └── style.css          # Shared styling for recipe pages

πŸš€ Getting Started

  1. Clone or download this repository
  2. Open index.html in your web browser
  3. Click on any recipe to view the full details

πŸ“ Features

Each recipe page includes:

  • Recipe title and appetizing food image
  • Complete ingredients list with descriptions
  • Step-by-step cooking instructions
  • Professional styling with CSS

πŸŽ“ Educational Purpose

This project is part of The Odin Project curriculum, focusing on HTML and CSS fundamentals.

About

Pure HTML project for a recipe website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors