Welcome to the Odin Recipes project! This project is part of the Odin Project curriculum and serves as a simple recipe website. It showcases various recipes with detailed instructions and images.
The Odin Recipes project is a basic HTML and CSS website that displays a collection of recipes. Each recipe includes a list of ingredients, step-by-step instructions, and an image of the finished dish. The project aims to provide a hands-on experience with HTML and CSS, focusing on building a structured and styled web page.
- Home page with a list of recipes
- Individual recipe pages with detailed instructions
- Responsive design for better viewing on different devices
- Navigation bar for easy access to different sections
- Background image for an enhanced visual experience
- HTML
- CSS
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/SpiritGun91/odin-recipes.git
-
Navigate to the project directory:
cd odin-recipes
-
Open the
index.html
file in your web browser to view the website.
- Navigate to the home page to see a list of available recipes.
- Click on any recipe to view its details, including ingredients and instructions.
- Use the navigation bar to return to the home page or access other sections.
Contributions are welcome! If you have any suggestions or improvements, please follow these steps:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git commit -m "Add your commit message"
-
Push to the branch:
git push origin feature/your-feature-name
-
Open a pull request and describe your changes.
None. Do what you want with this lol.