Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 728 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 728 Bytes

Odin Recipes

Introduction

Odin Recipes is a project from The Odin Project's Foundations Course. It is designed to help practice and solidify basic HTML skills by building a simple recipe website. The project consists of an index page that links to a few individual recipe pages.

While the primary focus is on HTML, this project serves as a foundation for future styling enhancements with CSS.

Skills Demonstrated

By completing this project, the following skills will have been demonstrated:

  • Structuring a website with HTML
  • Creating a multi-page website with links between pages
  • Using different HTML elements (headings, paragraphs, images, lists, links)
  • Organizing content in a readable and logical manner