Skip to content

hardik121121/Food-Recipe-Preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

🍴 Food Recipe Preview Page

A visually appealing webpage that showcases various food recipes with cooking instructions and ingredients fetched dynamically via an API call. Built with HTML, CSS, and JavaScript, this project highlights the integration of APIs for creating interactive and user-friendly web applications. πŸš€


✨ Features

  • 🍲 Recipe List: Browse a variety of food recipes.
  • πŸ“‹ Detailed Recipe Info: View cooking instructions and required ingredients for each recipe.
  • 🌐 API Integration: Recipes are fetched dynamically using an API.
  • 🎨 Responsive Design: Optimized for all devices.

πŸ› οΈ Tech Stack

  • HTML: Structure of the webpage
  • CSS: Styling for a clean and responsive UI
  • JavaScript: API integration and dynamic rendering

πŸš€ How to Run

  1. Clone the repository:

    git clone https://github.com/yourusername/food-recipe-preview.git  
    cd food-recipe-preview  
  2. Open index.html in your browser to explore delicious recipes! 🍳


πŸ“‚ Project Structure

food-recipe-preview/  
β”œβ”€β”€ index.html          # Main HTML file  
β”œβ”€β”€ styles.css          # CSS file for styling  
β”œβ”€β”€ app.js              # JavaScript file for API calls and functionality  
└── README.md           # About the project  

πŸ”§ How It Works

  1. API Call: Fetches a list of recipes with details from a food API.
  2. Dynamic Rendering: Recipes are displayed dynamically on the webpage.
  3. Recipe Details: Clicking on a recipe shows ingredients and step-by-step cooking instructions.

🌟 Future Enhancements

  • πŸ” Add a search bar to find recipes by name or ingredients.
  • ⭐ Implement a favorite recipes feature to save preferred recipes.
  • 🌐 Support for multiple cuisines and dietary preferences.

🀝 Contribution

Contributions are welcome!

  1. Fork the repository 🍴
  2. Create a feature branch πŸš€
  3. Submit a pull request πŸ› οΈ

πŸ“œ License

This project is licensed under the MIT License.


Dive into the world of recipes and start cooking today! πŸ‘¨β€πŸ³πŸ‘©β€πŸ³


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors