A secure, anonymous, minimalist PWA checklists application.
- No advertisement or tracking
- Free to use and open source
- Does not require any registration
- Usable on any modern internet-connected device (but works offline!)
- Also installs as an app on your phone or tablet
- Secure and anonymous
- Share notes with others without exposing your data
Video description of the project: https://tilvids.com/videos/watch/d0760bff-6e2a-4435-b056-766d03c85fe3
- Squash bugs
Undo delete of documentsAlphabetical sort for checklistsMarkdown support for notesDark modeTrue list viewEnhance PWA 'add to homescreen' functionalityAbility to 'pin' notes/checklists to the topImport/export of data- Update to Vue 3 / Quasar 2
- Encrypt individual notes/checklists
- Support for image attachments
- Labels
Archiving- Internationalization
If you like this project, please consider supporting it. I do not monetize the app and have to pay hosting costs.
npm install
npm -g @quasar/cli
quasar dev
npm run lint
quasar build -m pwa
See Configuring quasar.conf.js.
Docker instructions are available to run the app using docker-compose.
Instructions here for installing and configuring your own CouchDB instance.