airqz / hpwa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello PWA

The classic Hello World program as a Progressive Web App

Hello World Screenshot

What It Is

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

Demo

https://jamesjohnson280.github.io/hello-pwa/

Browser Compatibility

Hello PWA has been tested in the following browsers:

  • Chrome 67 (Windows and Android)
  • Firefox 60
  • Safari 11
  • Edge 42

About

License:MIT License


Languages

Language:HTML 47.1%Language:JavaScript 36.5%Language:CSS 16.4%