Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 739 Bytes

Random-Meal-Generator.md

File metadata and controls

24 lines (14 loc) · 739 Bytes

Random Meal Generator

Tier: 1-Beginner

Generate a random meal from an API.

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