This app was created to solve the question of "What should I eat today?" Users can select a cuisine type and using Spoonacular API a meal suggestion is generated. The meal includes ingredients, cook-time, and a video of how to prepare the meal. A button to purchase a suggested wine from Amazon is also a feature.
To run the app locally, you will first need to git clone the repository to your local machine.
HTTPS:
$ git clone https://github.com/Brandenlanghals/imhungryapp.git
SSH:
$ git clone git@github.com:Brandenlanghals/imhungryapp.git
Once cloned, cd into the repository. You can then start the app locally by running:
Right click inside of index.html and select "Open with live server"
- jQuery - Front-end framework
- Spoonacular API - Spoonacular API
- YouTube API - Youtube API
- Bootstrap - CSS framework
See contribution history here
App is already mobile responsive, but we would like to launch it to the app store and monetize it using advertising. We would like to allow companies to promote their ingredients and show you where to buy them.