A ClojureScript port of the JavaScript TODOs app from http://todomvc.com/
Includes the template and CSS by Sindre Sorhus
$ lein deps
$ lein cljsbuild once
$ cd resources/public
$ python -m SimpleHTTPServer 8888
then open http://0.0.0.0:8888/
in your browser to visit the application.
Copyright © 2013 Denis Fuenzalida
Distributed under the Eclipse Public License, the same as Clojure.