Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 940 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 940 Bytes

MiMeal

This application was inspired by Open Hack Week 2020, and was assigned to team ohw-2020-20

Demo

Visit Live Demo

Features

  • A random meal selector.
  • Recipe of any selected Meal.
  • YouTube video of how to prepare the selected meal.

Tools

Bootstrap

PHP

ThemealDB - API

Contributions

Fork this repository

Then go to you localhost and clone the repository. $ git clone https://github.com/YOUR-USERNAME/ohw-2020-20.git

Make your contribution, save it, then run the following command in bash

$ git add .

$ git commit -m 'your-contribution-comment'

$ git checkout -b <your-username>

$ git merge origin/development

$ git push origin <your-username>:development

Then create a new pull request with the development branch on https://github.com/DSC-Unilag/ohw-2020-20.git