blindsweatyhansolo / budget-tracker

Easy to use PWA (Progressive Web App) for managing your budget, with or without network access.
https://bshs-budget-tracker.herokuapp.com/
1 stars 0 forks source link

Introduce Service Worker #2

Closed blindsweatyhansolo closed 2 years ago

blindsweatyhansolo commented 2 years ago

Service Worker

Introduce and establish Service Worker to handle caching

Register Service Worker:

Set up Service Worker:

blindsweatyhansolo commented 2 years ago

Created instance of Service Worker in project, caches all icons, style sheet, index.html, idb.js and index.js files.

! Needs to be updated to cache manifest.json once created

blindsweatyhansolo commented 2 years ago

Updated files to cache to include manifest.json