Random-Meal-Generator

A recipe app that generates random meal at every click, including details about the meal such as Country of origin, instructions on how to cook it, a YouTube video showing the chef cooking the actual meal and etc.

MIT License

Stars
5

Random-Meal-Generator

About The Project

A recipe app that generates random meal at every click, including details about the meal such as Country of origin, instructions on how to cook it, a YouTube video showing the chef cooking the actual meal and etc.

Motivation

The motivation behind this project is to get into the habit of building projects using technologies, tools and concept learnt along my programming journey and to solidify coding skills and build muscle memory.

Built With

The project was built with the following Tech/framework:

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • npm npm install axios

  • Install liveserver from VSCode extension

Installation

  1. Checkout how the ThemealDB API data is structured and types of API calls TheMealDB API. The API is free and include the test key in the url.
  2. Clone the repo
    git clone https://github.com/netman5/Random-Meal-Generator.git
  3. Run the App by clicking on the liverserver extension at the bottom right corner of VScode

Contributing

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

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

MIT Ola Ishola.

Contact

Ola Ishola - @Orlaish - [email protected]

Project Link: https://randomrecipegenerator.netlify.app/

Credits