https://github.com/pj/todomvc-scalajs
https://github.com/pj/todomvc-scalajs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pj/todomvc-scalajs
- Owner: pj
- Created: 2014-07-21T21:07:08.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-09T03:24:40.000Z (almost 12 years ago)
- Last Synced: 2025-02-16T19:14:50.029Z (over 1 year ago)
- Language: Scala
- Size: 426 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TodoMVC in Scala js.
===============
This is an attempt to create a scala.js version of the elm
todomvc app from [here](https://github.com/evancz/elm-todomvc/blob/master/Todo.elm).
Todo:
------
* Make scalatags output virtual dom tags.