Navigation Menu

Skip to content

artlung/ArtLung-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

ArtLung Notes' idea is to be able to touch the screen, make a note, and be able to drag it around. It's also to have those notes be persistent.

The notes are persistent.

  • v1 Uses jQuery

    • reads from php encoded json files
    • saves to php encoded json files
  • v2 uses Sencha Touch/ExtJS

    • saves to window.localStorage
    • reads from localStorage
    • reads from php encoded json files COMMENTED OUT
    • saves to php encoded json files COMMENTED OUT

It's a work in progress and ideas are welcome.

About

Experiments with touch-interface note-keeping, v1 used jQuery UI with a touch event plugin, v2 uses Sencha Touch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages