-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.me
More file actions
44 lines (29 loc) · 1.18 KB
/
Copy pathREADME.me
File metadata and controls
44 lines (29 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Odin Recipes
A collection of delicious recipes built as part of The Odin Project Foundations curriculum.
## Project Overview
This is a simple recipe website demonstrating strong HTML fundamentals, semantic markup, and clean project structure.
## Features
- Responsive homepage with recipe links
- Well-structured recipe pages with ingredients and instructions
- Proper use of semantic HTML elements
- High-quality images with meaningful alt text
- Clean commit history with professional messages
## Recipes Included
- **World Famous Lasagna** - Classic Italian comfort food
- **Filipino Chicken Adobo** - Savory and tangy Filipino national dish
- (Add more as you create them)
## Technologies Used
- HTML5
- CSS3 (coming soon)
## Project Goals
- Practice semantic HTML
- Learn proper document structure
- Build a clean, readable codebase
- Understand the importance of good commit messages and project documentation
## Live Demo
[View Live Site](https://yourusername.github.io/recipes-project)
*(Add this link after you deploy it)*
## How to Run Locally
1. Clone the repository:
```bash
git clone git@github.com:Condren/recipes-project.git