Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/siimonevans/notes
- Owner: siimonevans
- Created: 2017-01-09T23:35:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T07:22:35.000Z (over 1 year ago)
- Last Synced: 2024-08-02T12:24:03.341Z (3 months ago)
- Topics: notepad, offline, pwa, service-worker
- Language: JavaScript
- Homepage: https://sii.im/playground/notes/
- Size: 184 KB
- Stars: 172
- Watchers: 11
- Forks: 48
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes
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