Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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