Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 720 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 720 Bytes

Todo Mobile

Description

Mobile Todo application, that uses Open Key Value Store as backend, see http://openkeyval.org/.

There are the following implementations:

  • plain jquery (just to show the ugliness of manual data binding)
  • desktop version with angular
  • mobile version with angular and jquery mobile
  • mobile version with angular and sencha touch

There is a live version on Github Pages, see here: http://tigbro.github.com/todo-mobile/.

Build process

  • mvn package: Will create a war with combined and optimized javascript
  • mvn integration-test -Pintegration: Will execute the js-test-driver tests.