Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/siimonevans/notes

Offline-first notepad PWA
https://github.com/siimonevans/notes

notepad offline pwa service-worker

Last synced: 9 days ago
JSON representation

Offline-first notepad PWA

Awesome Lists containing this project

README

        

# Notes
Notes app
Notes app PWA score

A simple, offline-based notepad, based on usage of [Service Worker](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API) and [PWA techniques.](https://www.smashingmagazine.com/2016/08/a-beginners-guide-to-progressive-web-apps/)

View the demo [here](https://sii.im/playground/notes) on a [supported device.](http://caniuse.com/#feat=serviceworkers)

## Features

- Write notes and save them to [localStorage](https://developer.mozilla.org/en/docs/Web/API/Window/localStorage)
- Use [Service Worker](https://developers.google.com/web/fundamentals/getting-started/primers/service-workers) to enable offline viewing
- "Add To Home Screen" feature on both Android and iOS supported devices