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

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

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

Screen shot 1

Screen shot 2

Screen shot 3