Meet Tudoo - a little sample todo application in HTML+Coffeescript
Comments: 0
Published: 30. October 2011
As a little weekend project, I decided to create a little html todo application. The application is created with Coffeescript and your todo items is stored in HTML5 localStorage. It is tested on Safari, Chrome, Firefox and IE9.
I've tried to make it compatible with smartphones as well. It works on iOS and Andriod systems, but the size of the components are not so finger friendly yet.
So check out this simple app here: tudoo.deldy.dk - read the code comments and steal all the code on github.