- A recipe web app using the Forkify API to allow users to search, view, modify, bookmark and add recipes.
- Built using the MVC Architecture.
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/
- Parcel
- Sass
- 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.
Distributed under the MIT License. See LICENSE for more information.
Author : Harsh Ranjan
!!! Thank you so much for checking out this project !!!