The classic Hello World program as a Progressive Web App
A simple PWA demo that displays the text "Hello, World!" utilizing an app manifest, service workers and caching. This demo is written in plain-vanilla HTML, CSS and Javascript (ES6). It has no dependencies.
I've also written a tutorial to go along with the code. Read it on Medium:
https://medium.com/james-johnson/a-simple-progressive-web-app-tutorial-f9708e5f2605
https://jamesjohnson280.github.io/hello-pwa/
Hello PWA has been tested in the following browsers:
- Chrome 67 (Windows and Android)
- Firefox 60
- Safari 11
- Edge 42