From a2428011bae2a7572ccb55f9cb973662c75d3272 Mon Sep 17 00:00:00 2001 From: Florin Pop Date: Wed, 2 Oct 2019 01:14:16 +0300 Subject: [PATCH] Random Meal Generator added --- Projects/Random-Meal-Generator.md | 23 +++++++++++++++++++++++ README.md | 3 ++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 Projects/Random-Meal-Generator.md diff --git a/Projects/Random-Meal-Generator.md b/Projects/Random-Meal-Generator.md new file mode 100644 index 00000000..3cb3080c --- /dev/null +++ b/Projects/Random-Meal-Generator.md @@ -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) diff --git a/README.md b/README.md index 1399c8af..aeec3689 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,10 @@ required to complete them. | [Notes App](./Projects/Notes-App.md) | Create an online note pad | 1-Beginner | | [Pearson Regression](./Projects/Pearson-Regression-App.md) | Calculate the correlation coefficient for two sets of data | 1-Beginner | | [Pomodoro Clock](./Projects/Pomodoro-Clock.md) | Task timer to aid personal productivity | 1-Beginner | -| [:star2: Product Landing Page](./Projects/Product-Landing-Page.md) | Showcase product details for possible buyers | 1-Beginner | +| [Product Landing Page](./Projects/Product-Landing-Page.md) | Showcase product details for possible buyers | 1-Beginner | | [Quiz App](./Projects/Quiz-App.md) | Test your knowledge by answering questions | 1-Beginner | | [Recipe App](./Projects/Recipe-App.md) | Recipe | 1-Beginner | +| [Random Meal Generator](./Projects/Random-Meal-Generator.md) | Generate random meals | 1-Beginner | | [Roman to Decimal Converter](./Projects/Roman-to-Decimal-Converter.md) | Convert Roman to Decimal numbers | 1-Beginner | | [Slider Design](./Projects/Slider-Design.md) | Display images using a slider control | 1-Beginner | | [Stopwatch App](./Projects/Stopwatch-App.md) | Count time spent on activities | 1-Beginner |