https://github.com/christianliebel/pwa-demo
Demo Showcase for Progressive Web Apps
https://github.com/christianliebel/pwa-demo
Last synced: 2 months ago
JSON representation
Demo Showcase for Progressive Web Apps
- Host: GitHub
- URL: https://github.com/christianliebel/pwa-demo
- Owner: christianliebel
- License: bsd-3-clause
- Created: 2016-08-19T07:15:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T09:35:46.000Z (about 8 years ago)
- Last Synced: 2025-02-02T00:32:33.469Z (4 months ago)
- Language: JavaScript
- Homepage: https://pwa.liebel.io
- Size: 2.11 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Progressive Web App Demo
This is a demo showing some features of Progressive Web Apps (PWA) and Service Workers, including:
* offline support (caches the home and info pages offline)
* notifications
* push support (there’s no server component yet)
* manifest
* deep-links
* home screen icon
* install bannerThis demo is far from being feature-complete: As PWA and Service Workers are gradually moving forward, this demo will be updated over time.
## Use Case
This demo features a custom-built Single-Page Application (SPA) following the Material Design guidelines mapped to the use case of being a city guide for the city of Karlsruhe, Germany.
In fact, currently it doesn’t tell much about Karlsruhe.## Sources
* [Photo of Karlsruhe Palace](https://commons.wikimedia.org/wiki/Karlsruhe#/media/File:Karlsruhe-Schloss-meph666-2005-Apr-22.jpg): Meph666, CC BY-SA 3.0
* [Google Material Design Icons](https://github.com/google/material-design-icons): Apache 2.0