Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xnodeoncode/juurni
A project for test driving indexedDB in the browser
https://github.com/xnodeoncode/juurni
html5 indexeddb javascript journal-entries
Last synced: 17 days ago
JSON representation
A project for test driving indexedDB in the browser
- Host: GitHub
- URL: https://github.com/xnodeoncode/juurni
- Owner: xnodeoncode
- License: mit
- Created: 2019-07-04T21:14:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T18:49:09.000Z (7 months ago)
- Last Synced: 2024-06-24T20:43:18.821Z (7 months ago)
- Topics: html5, indexeddb, javascript, journal-entries
- Language: JavaScript
- Homepage: https://xnodeoncode.github.io/juurni/
- Size: 32.2 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# juurni
A project for test driving indexedDB in the browser. [Juurni](https://xnodeoncode.github.io/juurni/ "Juurni") is a browser based daily journaling app that allows users to select a calendar date and add ideas, memories, moments, notes, recollections, you name it, for the day.
Each journal entry is saved to the browsers indexeddb as a key/pair object. Being that this project is an exploration of indexedDB, not all CRUD actions have been implemented.
In order to view the saved journal entries, you must use the browser's developer tools and navigate to Application > Storage > indexedDB.
I do not plan to create a release version of this the project as there are many, feature rich, journaling applications available.
Juurnii makes use of the calendar plugin offered by [YSCoder](https://github.com/yscoder/Calendar "YSCoder").
## Dependencies
- Calendar by YS Coder
- JQuery
- Browser support for IndexedDB.## Features
Juurni uses a few features such as:
- LocalStorage / IndexedDB
- Toast notifications
- Calendar by YSCoder