https://github.com/peteee/diginotes
A notes application that stores text, images etc. into IndexedDB storage
https://github.com/peteee/diginotes
client-side indexeddb javascript mobile-web-app nocookies notes-app offline storage vanilla-js web-app
Last synced: over 1 year ago
JSON representation
A notes application that stores text, images etc. into IndexedDB storage
- Host: GitHub
- URL: https://github.com/peteee/diginotes
- Owner: peteee
- License: gpl-3.0
- Created: 2023-03-21T18:22:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T17:13:20.000Z (about 3 years ago)
- Last Synced: 2025-01-07T14:47:08.853Z (over 1 year ago)
- Topics: client-side, indexeddb, javascript, mobile-web-app, nocookies, notes-app, offline, storage, vanilla-js, web-app
- Language: JavaScript
- Homepage:
- Size: 5.89 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DigiNotes
A notes application that stores text, images etc. into IndexedDB storage
Using IndexedDB is hard, especially when you compare it to SQL/MariaDB. But for an offline storage equivalent, IndexedDB is an excellent choice if you want to store a lot of data directly on the client-side. This ensures privacy and full control over your own content.
## Features
- you can post text & pictures
- images will be stored as base_64 -encoded String, directly into the DB
- search single posts
- search multiple posts
- update posts | under construction
- store & play audio files | under construction
- like images/posts | under construction
- store date of the post
- create a JSON back-up txt file
- restore the back-up
- display posts individually
- "add to home screen" as a mobile web app (icons coming soon)
- etc.
## This is currently under development and will undergo more changes soon


