An open API service indexing awesome lists of open source software.

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.

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