HarshRanjaN-17 / Recipe-Manager

A food recipe application based on the Forkify API

Home Page:https://recipemanager.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RecipeManager

  • A recipe web app using the Forkify API to allow users to search, view, modify, bookmark and add recipes.
  • Built using the MVC Architecture.

About The Project


RecipeManager is a recipe finding web application which uses data from the Forkify API. This app uses modern JavaScript tools, such as Webpack to bundle the modules, and Babel to convert ES6, ES7 and ES8 back to ES5. The user can search for a specific recipe, and save to a favorites list via local storage. The user can easily increase or decrease servings as per his need and can view detailed directions.

The app is deployed and available to use : https://recipemanager.netlify.app/

Built With


Libraries :
  • Parcel
  • Sass

Features


  • User can search over 1,000,000 recipes.
  • Powered by the Forkify API.
  • Displays the ingredients required to prepare a dish.
  • Allows user to choose serving size and accordingly adjusts ingredients.
  • Displays recipe images.
  • Allows user to easily add or remove bookmark to the recipe.
  • Directs user to source site for detailed recipe procedure.
  • LocalStorage keeps the data when users exit the app.

Licence

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


Author : Harsh Ranjan

!!! Thank you so much for checking out this project !!!

About

A food recipe application based on the Forkify API

https://recipemanager.netlify.app/

License:MIT License


Languages

Language:JavaScript 40.2%Language:SCSS 33.4%Language:HTML 26.5%