web-todo is a simple web base todo list app write in html / css / ClojureScript.
Inspired by any.DO.
The todo data is store in localStorage.
the app is in very early stage, and no guarantee will keep development.
this app is for my own practice for html, css and ClojureScript.
-
compile cljs to js (more infos about cljsc and ClojureScript here)
use cljsc to compile cljs file into js file.
$ cljsc todo.cljs '{:optimizations :simple :pretty-print true}' > todo.jsor use lein-cljsbuild command
$ lein cljsbuild auto -
compile scss to css (you should know about sass and compass first.)
$ compass watch -
use browser to open the todo.html file, and try it.
If you know nothing about ClojureScript and sass/scss/compass, you can just use your browser open samples/todo.html
it included all needed js and css code, no need to complie, just try.
currently not work right with IE. (maybe I'll fix it someday. lol)
work fine with Chrome, FireFox, Opera and Safari.