https://github.com/jamesmacaulay/zelkova-todomvc
TodoMVC with Zelkova and Reagent, translated from evancz/elm-todomvc
https://github.com/jamesmacaulay/zelkova-todomvc
Last synced: 3 months ago
JSON representation
TodoMVC with Zelkova and Reagent, translated from evancz/elm-todomvc
- Host: GitHub
- URL: https://github.com/jamesmacaulay/zelkova-todomvc
- Owner: jamesmacaulay
- License: mit
- Created: 2015-02-01T22:05:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-02T05:13:25.000Z (over 10 years ago)
- Last Synced: 2025-01-11T11:47:59.785Z (5 months ago)
- Language: Clojure
- Size: 289 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo MVC in Zelkova
A translation of [elm-todomvc](https://github.com/evancz/elm-todomvc) to [Zelkova](https://github.com/jamesmacaulay/zelkova), using [Reagent](https://github.com/reagent-project/reagent) for rendering. [Here's the meat of it](https://github.com/jamesmacaulay/zelkova-todomvc/blob/master/src/cljs/zelkova_todomvc/core.cljs).
[Try it out!](http://jamesmacaulay.github.io/zelkova-todomvc/)