Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.46 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.46 KB

I'm Hungry

Try it out here!

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.

I'm Hungry Page

Installing

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"

Built With

Authors

See contribution history here

Future Updates

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.