epicasino / Feed-Me

A recipe searcher that will give you recipes based on your current hunger needs.
https://epicasino.github.io/Feed-Me/
MIT License
1 stars 0 forks source link

Feed-Me (UCSD-Project 1)

User Story

As a hungry user in need of a recipe, I need an application that helps search for a recipe based on my needs, so that I can find and cook foods that fit my current needs.

Acceptance Criteria

It is complete when:

  1. There is a question and option box for each question
  2. The user can click on an option
  3. The question and option values change depending on the question after the user clicks an option
  4. The results use an API that gets recipes based on parameters
  5. There is a button that gives a random recipe
  6. There is a page or something similar that gives me my recent recipes
  7. The page is polished and refined

Description

Features

Installation

No installation of files are needed to load the page. Deployment is provided by GitPages. Click Here To Access.

Usage

Upon first initializing the website you will be presented with this page. Website when first Initializing

The main part of the application is the quiz-style form to guage your current cravings. The user can click on one of four options. Once the user has decided and clicked on an option, another question will appear along with new options. Website questions

There is also a 'Feeling Lucky' button that will lead to a random recipe (or lead to Beef Tea). Im feeling lucky button

After going through the questions, you will be presented with three recipes based on the options you clicked per question. Recipe results screen

When clicking on a recipe, you will be presented with a modal with something similar to this. Recipe Card

The 'About FeedMe' Button will lead to a modal card. About FeedMe Button Modal

And finally, The 'Recent Recipes' button will lead to a modal containing the recipes you've recieved from past sessions in one area! Recent Recipes modal

Credits

Project Collaborators:

CSS Framework by Bulma

Bulma Modal JS Implementation by Bulma

Recipe Search API by Edamam

Random Meal API by TheMealDB

Location API by ipapi

License

MIT License

Copyright (c) 2023 Ray Badua, Chelsea Pratte, Alison Colao, Martin Navarrete

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.