npm install
npm start
with Forkify App, you can
- search and find recipes by keyword.
- add your own recipe and manage it.
- bookmark your favorite recipes.
- Start by searching for a recipe or an ingredient.
- Turn the page to see next or previous 10 recipes.
- Click a recipe you want to take a look at.
- Change the number of servings then the amount of ingredients will automatically change.
- Click Directions button to see how to cook it.
- Click the bookmark icon to add or remove a bookmark.
- You can add your own recipe by clicking 'add recipe' button.
- JavaScript
- Parcel
- ESLint
- Axios
We used HTML/CSS Sources and Forkify API from the links below.
Then we designed our own MVC pattern and implement it.
- HTML & CSS : https://github.com/jonasschmedtmann/complete-javascript-course/tree/master/18-forkify
- Forkify API : https://forkify-api.herokuapp.com/v2
- Asynchronous JavaScript
- ES6 modules and module bundler Parcel
- HTTP requests using Axios
- MVC pattern programming
Create three inputs for each ingredient: quantity, unit, description
- Udemy JavaScript Course : https://www.udemy.com/course/the-complete-javascript-course/
