Project Overview
See the solution by clicking on CODE!
Forkify is a front-end application built on Javascript, CSS, HTML, and the Forkify API. The Forkify API is used to fetch all of the recipes that are entered in the search bar. Users are able to search for recipes, create their own, and even bookmark their favorites. While there is no back-end to this application, all the information is kept in the local storage. When users refresh the page, all the bookmarked recipes will be saved. They are also able to change the number of servings. Any time the number of servings is changed, the ingredient quantities will change accordingly.
Check out the video demo to see how you can use Forkify. For more details about the code, check out the GitHub repository!
Technologies
Back