Khus07hi / RecipeGenie-MealExplorer

Meal/Diet Explorer : A responsive web app for discovering and saving delicious recipes tailored to your preferences. Built with HTML, CSS, and JavaScript, it utilizes the Edamam API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipe Genie


Project Overview

Recipe Genie is a responsive web application designed for finding delicious recipes tailored to your preferences. The project is built using HTML, CSS, and JavaScript, and it utilizes the Edamam API for fetching recipe data. With a user-friendly interface, it provides a variety of filters, allowing you to discover recipes based on specific criteria.

Additionally, it lets you save your favorite recipes for future reference, making it a convenient tool for both exploration and personal recipe collection.

Table of Contents

Project Preview


UX Development

Strategy

Project Goals

  • Create a user-friendly recipe search platform.
  • Allow users to filter recipes based on various criteria.
  • Provide a visually appealing and responsive design for different devices.
  • Utilize the Edamam API to fetch recipe data.

User Demographic

  • Individuals looking for specific recipes based on preferences.
  • Cooking enthusiasts seeking diverse recipes.
  • Users interested in healthy or dietary-specific recipes.
  • Anyone who enjoys exploring various cuisines.

User Stories

First Time Visitor Goals

  • Easily navigate through the application.
  • Understand the purpose of the Recipe Genie.
  • Explore different filters available for recipe search.

Returning Visitor Goals

  • Save favorite recipes for future reference.
  • Quickly access previously saved recipes.
  • Discover new recipes with different filters.

Visual Preview

v1.mp4
v2.mp4

Tech Stack

HTML5 Badge CSS3 Badge JavaScript Badge Edamam API Badge


Local Deployment

To run locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/RecipeGenie-MealExplorer.git
  2. Navigate to the project directory:

    cd RecipeGenie-MealExplorer
  3. Get your own API keys for the Edamam API referenced below and update them in the api.js file.

  4. Open the index.html file in your preferred browser.


Credits

Code:

  • The structure and implementation of the Edamam API integration were inspired by various examples and documentation.

Resources:


Acknowledgements

A special thanks to the Edamam API for providing a rich database of recipes. Thanks to my mentors for their guidance and support.


© 2023 Recipe Genie by Khushi

About

Meal/Diet Explorer : A responsive web app for discovering and saving delicious recipes tailored to your preferences. Built with HTML, CSS, and JavaScript, it utilizes the Edamam API.

License:MIT License


Languages

Language:HTML 59.6%Language:CSS 21.7%Language:JavaScript 18.6%