https://github.com/sainiabhishek/pwa_project
It is a learning project. It's a simple progressive web app that will show all its features like service-worker, manifest, push notification and many more.
https://github.com/sainiabhishek/pwa_project
background-sync progressive-web-app push-notifications pwa service-worker
Last synced: 3 months ago
JSON representation
It is a learning project. It's a simple progressive web app that will show all its features like service-worker, manifest, push notification and many more.
- Host: GitHub
- URL: https://github.com/sainiabhishek/pwa_project
- Owner: SAINIAbhishek
- Created: 2022-01-04T22:21:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T08:25:57.000Z (about 4 years ago)
- Last Synced: 2025-03-05T20:35:47.842Z (over 1 year ago)
- Topics: background-sync, progressive-web-app, push-notifications, pwa, service-worker
- Language: HTML
- Homepage:
- Size: 292 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Progressive Web App
It is a learning project. It's a simple progressive web app that will show all its features like service-worker,
manifest, push notification and many more.
>A progressive web app takes advantage of the latest technologies to combine the best of web and mobile apps.
## Running locally
- Install dependencies `npm run install`
- Run `npm run start`
- Browse `http://127.0.0.1:3080`
## Implemented functionalities
- App Manifest (Make web app installable)
- Service Workers (Work behind the scenes)
- Static Caching at Installation
- Dynamic Caching upon Fetching