Meal Randomizer
Get a random random meal every time.
Features
- Fetch a Random Meal (from TheMealDB)
- Displays:
- Meal Name & Image
- Meal Tags
- Meal Instructions
- Meal Ingredients
- Link to Recipe (in the image)
ToDo:
Development Setup
Clone the Repository
npm run dev
Navigate to http://localhost:5000/
.
Release History
Guido Pereira – @TheStereoPT – stereopt@gmail.com
Distributed under the MIT License. See LICENSE
for more information.
https://github.com/StereoPT
Contributing
- Fork it (https://github.com/StereoPT/MealRandomizer)
- Create your feature branch (
git checkout -b feature/fooBar
)
- Commit your changes (
git commit -am 'Add some fooBar'
)
- Push to the branch (
git push origin feature/fooBar
)
- Create a new Pull Request