Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honza/cs-todo
Todo app in ClojureScript
https://github.com/honza/cs-todo
Last synced: about 6 hours ago
JSON representation
Todo app in ClojureScript
- Host: GitHub
- URL: https://github.com/honza/cs-todo
- Owner: honza
- License: bsd-2-clause
- Created: 2013-01-28T01:12:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-05T04:52:46.000Z (almost 11 years ago)
- Last Synced: 2024-04-16T01:44:53.257Z (7 months ago)
- Language: CSS
- Homepage:
- Size: 291 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
todo
====A ClojureScript todo app that runs in the browser. A test project.
All of the relevant code is in `cs-todo/src-cljs/todo/core.cljs`.
**Demo** is [here](http://honza.ca/cs-todo/index.html).
Usage
-----$ lein deps
$ lein cljsbuild once
$ open resources/public/index.htmlLicense
-------BSD, short and sweet
Copyright © 2013 Honza Pokorny