Get a random random meal every time.
- Fetch a Random Meal (from TheMealDB)
- Displays:
- Meal Name & Image
- Meal Tags
- Meal Instructions
- Meal Ingredients
- Link to Recipe (in the image)
- Add About Page
- Add More Features
Clone the Repository
npm run dev
Navigate to http://localhost:5000/
.
- 1.0.0
- The First Proper Release
Guido Pereira – @TheStereoPT – [email protected]
Distributed under the MIT License. See LICENSE
for more information.
- 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