The "Recipes" project is a simple HTML-based website that showcases various recipes. It is structured to include an index page and individual recipe pages, each containing detailed information about different dishes.
-
Index Page (
index.html
):- Contains a main heading "Odin Recipes".
- Links to individual recipe pages.
-
Recipe Pages:
- Each recipe has its own HTML file within the
recipes
directory. - Includes:
- An
<h1>
heading with the recipe name. - An image of the dish.
- A description of the recipe.
- An ingredients list.
- Step-by-step instructions.
- An
- Each recipe has its own HTML file within the
- Navigation: Links to multiple recipes from the index page.
- Consistent Layout: Each recipe page follows a consistent structure for ease of navigation and readability.
- Clone the repository:
git clone https://github.com/lakshay1341/recipes.git
- Navigate to the project directory:
cd recipes
- Open
index.html
in your web browser to view the list of recipes.
Feel free to fork this repository and submit pull requests. Any contributions, whether they are bug fixes, new features, or improvements, are welcome!
This project is licensed under the MIT License.