Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 839 Bytes

File metadata and controls

27 lines (17 loc) · 839 Bytes

Forkify

Demo

Forkify

Table of Contents


Description

The Forkify Recipe App allows users to search for recipes using the Forkify API. Users can search and view recipes along with their cooking time and adjust the servings to get updated ingredient quantities. Users can bookmark their favourite recipes which are stored in local storage, and add their own recipes which are automatically placed in the bookmarked recipes window.


What I Learned

  • MVC Architecture and Publisher/Subscriber pattern
  • Pagination
  • State Management
  • UI updating algorithm