Work in progress
Workaholic is an experiment for learning how to build iPhone web apps based on sencha touch.
What it does:
- Track your work time
- Track the tasks you're working
Features:
- Based on sencha touch
- Completly offline capable
- Stores data in local storage
Demo:
Dependencies:
Install:
- checkout somewhere in a running apache htdocs
- run
rake install
for automatically downloading and installing sencha touch library - run
rake build
for building CSS - add
AddType text/cache-manifest .manifest
to your httpd.conf - run
rake cacheon
for enabling caching (creates a .htaccess, mention AllowOverride)