Recipe Project This is a simple webpage showcasing a collection of recipes. The project is created as part of The Odin Project's Foundations course to practice basic HTML skills.
Features Displays a list of recipes with brief descriptions Basic HTML structure with headings, paragraphs, and lists Simple layout for easy readability Technologies Used HTML5 How to View the Project Download or clone this repository to your local machine. Open the index.html file in your web browser. /recipe-project │ ├── index.html # Main page displaying the recipes └── README.md # Project documentation