SillasMC / pomodoro-clock

Pomodoro Clock Web Application
Apache License 2.0
0 stars 0 forks source link

Transform App into PWA #1

Open SillasMC opened 6 years ago

SillasMC commented 6 years ago

Adjust the app so it can work offline and can be installed on devices, like a PWA.

SillasMC commented 6 years ago

Created a service worker for the app in commit 57c493b.

SillasMC commented 6 years ago

In commit 17df35c was created a Manifest so the app can be installed in devices.

SillasMC commented 6 years ago

Some PWA requirements were implemented in f791ecc, it was also implemented the push notifications.