kpmacgregor / tasks

A todo app written in javascript, using localStorage for persistence.
0 stars 0 forks source link

PWA #3

Open kpmacgregor opened 3 years ago

kpmacgregor commented 3 years ago

Turn this app into a Progressive Web App, with an "Add to Home Screen" option. It already works offline, but I may want to add a backend later, and some of the steps to achieving this fix will help with that (Service worker, IndexDB, etc.).