A Web App to search Recipe using the Forkify-API
Search over 1,000,000 recipes
JavaScript
API - Application Programming Interface
• All in One Recipe Finder using JavaScript and Forkify-API API.
• Uses AJAX API calls to retrieve data from the Forkify API.
• Dynamic Search options for recipes.
• Renders Recipes and Ingredients.
• Can store your recipe.
• Search any food to receive a list of recipes containing that
ingredient.
• Change the servings size to alter the needed ingredient count
proportionally.
• Easily bookmark or unbookmark the selected recipe.
• Create your own recipes and store them as user recipes (use a
special icon).
Built using the MVC Architecture. View class extends the rest of the
components.
Controller keeps both directional dataflow. Model makes http requests.