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

https://github.com/olical/cljs-todo

Simple ClojureScript to do list example using Reagent and Bonsai
https://github.com/olical/cljs-todo

Last synced: 4 months ago
JSON representation

Simple ClojureScript to do list example using Reagent and Bonsai

Awesome Lists containing this project

README

        

# ClojureScript todo

A super simple (and ugly) todo list application. Demonstrating rendering with [Reagent][] and state management with [Bonsai][].

Start up the development server with `lein figwheel`. You can watch the recording of the development on [YouTube][video]. I streamed it on [my twitch channel][channel].

[reagent]: https://reagent-project.github.io/
[bonsai]: https://github.com/Olical/bonsai
[video]: https://www.youtube.com/watch?v=NnXOGWttgOA
[channel]: https://www.twitch.tv/olliemakesthings