Skip to content

thiagorocha503/random-meal-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Meal Generator

Tier: 1-Beginner

Generate a random meal from an API.

Idea from: https://github.com/florinpop17/app-ideas

User Stories

  • User can click a button that will get a random meal from an external API (see below)
  • The app should display: Recipe name, Ingredients, Instructions and a Picture of the meal
  • By clicking the button again, another meal will be generated

Bonus features

  • The app should display a YouTube Video

Useful links and resources

Example projects