Online recipe app to search for your favorite recipes! powered by TheMealdb & TheCockTaildb.
Source
·
Report Bug
Table of Contents
- About
- Running the App
- Contribution
- Contacts
Let's Cook App is an educational app for you to pratice your next favorite recipe! Here you can prepare various types of recipes, as well as some drinks.
- Search recipes by type
- Mobile friendly
- Recipe tracking
To execute the app, please follow this instructions.
You need to have these tools: NPM & Git. Besides, if you want to contribuite later, it's good to have some code editor like vsCode
-
Clone the repository (HTTPS or SSH)
git clone https://github.com/cassiorodp/recipe-app.git
git@github.com:cassiorodp/recipe-app.git
-
Acess the local repository and install the dependencies
npm install
-
In the local repository, execute the following comand to run the app, by default it should run in
localhost:3000
, you can acess by your browsernpm start
Feel free to add any contribution on our app! Here is some instructions:
- Fork
- Create your feature/fix branch (
git checkout -b feature/fix
) - Commit your alterations (
git commit -m 'Improving your app!'
) - Push to remote repository (
git push origin feature/fix
) - Open a PR(Pull Request)