Date: Nov 15, 2018
- Robel Birkneh
- Pamela Matthews
- Olivia Clay
- CJ Horlebein
myKitchen is designed to allow users to pull recipes using an recipe API and compare ingredient requirements against what users currently have in their kitchen.
HTML, CSS, Javascript, Bootstrap, Firebase
- 20181117 - Initial commit of myKitchen.
- 20181118 - Added Recipe HTML/CSS for to display recipe cards.
- 20181118 - Updated Recipe JS to use Food2Fork API.
- 20181121 - Updated Recipe page to link to details recipe with list of ingredients.
- 20181125 - Updated Recipe JS to use Yummly API instead of Food2Fork.
- 20181127 - Added Login Page HTML/CSS/JS to myKitchen
- 20181127 - Added Home Page HTML/CSS/JS to myKitchen
Uses the Yummly recipe API, Firebase Login, and Firebase storage. Users are able to login to myKitchen using Firebase and see the ingredients currently available in their kitchen and add or remove items from their current kitchen inventory which is stored within their user information on firebase. They then can look up a recipe using the implemented Yummly API and compare the required ingredients against what they currently have available.