Skip to content

Instantly share code, notes, and snippets.

@liseferguson
Last active May 30, 2018 04:30
Show Gist options
  • Save liseferguson/0aab6d7eca5acb7ac0949206ac02278b to your computer and use it in GitHub Desktop.
Save liseferguson/0aab6d7eca5acb7ac0949206ac02278b to your computer and use it in GitHub Desktop.
API Capstone Wireframe
My first choice for this project is the Random Global Recipe Generator, which returns a randomly-selected country along with a recipe for that country (and a map, and the flag, maybe a snippet from Wikipedia?). I am not sure if this project is viable, since I can't find an API that has recipes sorted by country of origin.
@liseferguson
Copy link
Author

User Flow:

Home Screen ------>

User clicks button to load random country ----->

Country appears along with flag, location on
global map, recipe and recipe photo ----->

original button becomes "try another country"
button, which user can click to load a new country/recipe ----->

OR user can click a secondary button below, "try another recipe"
which loads a new recipe from the same country ----->

A final option states "Don't feel like cooking after all? Find a restaurant
that serves ______ food in your city" with an input for city name ----->

This will return all possible restaurants list and map via the Yelp API----->

If the user clicks a restaurant, it will take them to the Yelp page for that business.

@liseferguson
Copy link
Author

wireframe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment