HaroldPutman / bingo-cards

Bingo Game
http://bingocard.me
3 stars 2 forks source link

Make it a PWA #12

Closed HaroldPutman closed 4 years ago

HaroldPutman commented 5 years ago

Maybe this is already the case since there is no backend powering this. Maybe it means we store the json file locally and reset the board without hitting the server. But it would be an interesting exercise to understand how to make this an official PWA.

HaroldPutman commented 5 years ago

Reference: https://dev.to/phonerefer/convert-any-static-website-to-pwa-3fkb I already created a manifest.json file for #20 so we're part way there

HaroldPutman commented 5 years ago

And this... https://developers.google.com/web/fundamentals/primers/service-workers/