Skip to content

A project for test driving indexedDB in the browser

License

Notifications You must be signed in to change notification settings

xnodeoncode/juurni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

juurni

A project for test driving indexedDB in the browser. 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.

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