itaditya / trick-or-treat-game

Play it for free here
https://trick-or-treat.netlify.com/
16 stars 17 forks source link

Convert the Website into a PWA App #69

Open rajat2502 opened 4 years ago

rajat2502 commented 4 years ago

convert the Website into a PWA app so that it can be installed on a mobile/desktop and can be played even when offline.

itaditya commented 4 years ago

A prerequisite of that is to add a service worker for caching assets with workbox. See https://github.com/itaditya/trick-or-treat-game/issues/14

I got two PRs both without Workbox so I'm rejecting them. Feel free to pick up that task if you're interested.

Once that's done we can start working on this.

rajat2502 commented 4 years ago

@itaditya Can I still work on this issue?