https://github.com/amitkumarj441/demo-pwa-summit
A simple progressive web application which works in offline and has customized features.
https://github.com/amitkumarj441/demo-pwa-summit
Last synced: 3 months ago
JSON representation
A simple progressive web application which works in offline and has customized features.
- Host: GitHub
- URL: https://github.com/amitkumarj441/demo-pwa-summit
- Owner: amitkumarj441
- License: mpl-2.0
- Created: 2016-06-20T10:36:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-29T04:06:51.000Z (about 9 years ago)
- Last Synced: 2025-01-26T14:12:06.774Z (5 months ago)
- Language: CSS
- Size: 63.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo-PWA-Summit
A simple progressive web application which works in offline and has customized features.### What is a Progressive Web App?
A progressive web app is:
1. Progressive - Works for every user, regardless of browser choice because it's built with progressive enhancement as a core tenet.
2. Responsive - Fits any form factor: desktop, mobile, tablet, or whatever is next.
3. Connectivity independent - Enhanced with service workers to work offline or on low-quality networks.
4. App-like - Feels like an app to the user with app-style interactions and navigation because it's built on the app shell model.
5. Fresh - Always up-to-date thanks to the service worker update process.
6. Safe - Served via HTTPS to prevent snooping and to ensure content hasn't been tampered with.
7. Discoverable - Is identifiable as an "application" thanks to W3C manifest and service worker registration scope, allowing search engines to find it.
8. Re-engageable - Makes re-engagement easy through features like push notifications.
9. Installable - Allows users to "keep" apps they find most useful on their home screen without the hassle of an app store.
10. Linkable - Easily share via URL, does not require complex installation.