Welcome to RecipeHub Web Application. One Stop Application for quickly searching recipes. We have implemented an interface design to create an intuitive platform that simplifies the recipe discovery process. By integrating advanced search features and personalized recommendations, it ensures that users can easily find, save their favorite recipes.
- Today's special dishes
- Recipe Search
- Detailed Recipe Information
- Save and Edit Favorite Recipes
- Integration of External API
- Site is live at https://vivekiyer7.github.io/RecipeHub/
- You can also access the site from following QR Code:
To run the application locally, follow these steps:
- Clone the repository:
git clone https://github.com/vivekiyer7/RecipeHub.git
- Open the
index.html
file in your preferred browser.
- Launch the web application using your preferred internet browser.
- Depending on the time of your search, personalized top recommended food choices will be displayed according to your chosen meal type (Breakfast, Lunch, or Dinner).
- Explore detailed information by clicking on any image, which will lead you to the specific section.
- As you scroll down, discover random food options and utilize the search feature for specific criteria such as Recipe Name, Cuisine Type, and Meal Type.
- Upon selecting your preferences, the system provides more detailed information based on your search.
- Users have the option to save recipes for future reference.
- Access all saved recipes through the "Saved Recipe" tab, showcasing a comprehensive list.
- Enhance your experience by adding comments and customizing the recipes to suit your preferences.
- If desired, users can delete specific items from the saved recipe list for better organization and management.
If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature
. - Commit your changes:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature/new-feature
. - Submit a pull request.
This repo is published under the GNU General Public License v3.0 meaning you are free to use it, modify it, share it, and share your modifications as long as you grant the same licence to others.