parent
b35a5f7c93
commit
a2428011ba
@ -0,0 +1,23 @@
|
||||
# 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)
|
Loading…
Reference in new issue