Storing Recipes in IndexedDB
Briefly

In the first session, Sue suggested using recipes as an example of data to persist in the browser due to its complexity, following a recent blog post on scraping recipes.
The UI for entering recipe data was simple and effective, even though not the best, providing ease in data input and functionality.
Adding search functionality involved using an index on recipe titles and a fuzzy string match; later adjustments were made to handle exact name matches and case sensitivity.
Read at Raymondcamden
[
add
]
[
|
|
]