Skip to content

SpiritGun91/odin-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Odin Recipes

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.

Table of Contents

Project Overview

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.

Features

  • 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

Technologies Used

  • HTML
  • CSS

Setup

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/SpiritGun91/odin-recipes.git
  2. Navigate to the project directory:

    cd odin-recipes
  3. Open the index.html file in your web browser to view the website.

Usage

  • 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.

Contributing

Contributions are welcome! If you have any suggestions or improvements, please follow these steps:

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:

    git commit -m "Add your commit message"
  4. Push to the branch:

    git push origin feature/your-feature-name
  5. Open a pull request and describe your changes.

License

None. Do what you want with this lol.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published