codeKonami / demo-progressive-web-app

⚙ A simple pwa to showcase offline, add to home screen, splash screen, push notifications, bg sync, share API etc,.

Home Page:https://demopwa.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A demo for progressive web application with features like offline, push notifications, background sync etc,

Install

  1. git clone https://github.com/gokulkrishh/demo-progressive-web-app

  2. CD into demo-progressive-web-app

  3. Install dependencies and run server

$ npm install && npm start
  1. In browser, open http://localhost:3000

Features

  • - App Shell Architecture

  • - Service Worker

  • - Add to home screen, Splash screen, Browser mode

  • - Fallback when offline

  • - Online/Offline Events

  • - Push notification

  • - Fetch API

  • - Background Sync

  • - Web Share API

List of PWA Apps
My Other PWA Apps
PWA Codelabs
Reference
MIT Licensed

About

⚙ A simple pwa to showcase offline, add to home screen, splash screen, push notifications, bg sync, share API etc,.

https://demopwa.in

License:MIT License


Languages

Language:JavaScript 57.4%Language:CSS 25.8%Language:HTML 16.8%