Forkify is a recipe web app using the Forkify API to allow users to search, view, modify, bookmark and add recipes.
- HTML5
- SCSS/CSS3
- JavaScript
- Parcel
- Sass
- Forkify-API
npm inpm startnpm run build
- Query an ingredient to recieve a list of recipes containing that ingredient.
- Change the servings size to alter the needed ingreident count proportionally.
- Easily bookmark or unbookmard the selected recipe.
- Create your own recipes and store them as user recipes(use a special icon).
- LocalStorage keeps the data when users exit the app.
Built using the MVC Architecture. View class extends the rest of the components. Controller keeps bidirectional dataflow. Model makes http requests.







