You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
634 B
24 lines
634 B
5 years ago
|
# 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
|
||
|
|
||
|
- [TheMealDB API](https://www.themealdb.com)
|
||
|
|
||
|
## Example projects
|
||
|
|
||
|
- [Random Meal Generator by Florin Pop on Codepen](https://codepen.io/FlorinPop17/full/WNeggor)
|