Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akhansari/todomvu

Todo app using Bolera and Elmish based on TodoMVC
https://github.com/akhansari/todomvu

blazor bolero dotnet elmish fsharp todomvc wasm webassembly

Last synced: about 1 month ago
JSON representation

Todo app using Bolera and Elmish based on TodoMVC

Awesome Lists containing this project

README

        

# Todo MVU

Todo application with [Bolero](https://github.com/fsbolero/bolero) and [Elmish](https://elmish.github.io) based on [TodoMVC](https://todomvc.com).

### Demo

[https://akhansari.github.io/todomvu/](https://akhansari.github.io/todomvu/)

### Inspirations
- [Vue.js TodoMVC](https://github.com/tastejs/todomvc/tree/master/examples/vue)
- [Bolero Official TodoMVC](https://github.com/fsbolero/TodoMVC)
- [Elm TodoMVC](https://github.com/tastejs/todomvc/tree/master/examples/elm)