Skip to content

StereoPT/MealRandomizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meal Randomizer

version passing_build license

Get a random random meal every time.

Screenshoot

Features

  • Fetch a Random Meal (from TheMealDB)
  • Displays:
    • Meal Name & Image
    • Meal Tags
    • Meal Instructions
    • Meal Ingredients
  • Link to Recipe (in the image)

ToDo:

  • Add About Page
  • Add More Features

Development Setup

Clone the Repository
npm run dev

Navigate to http://localhost:5000/.

Release History

  • 1.0.0
    • The First Proper Release

Meta

Guido Pereira – @TheStereoPTstereopt@gmail.com

Distributed under the MIT License. See LICENSE for more information.

https://github.com/StereoPT

Contributing

  1. Fork it (https://github.com/StereoPT/MealRandomizer)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request