An example todo app built using the Volt framework and following the steps in the tutorial in their documentation. The "official" Volt sample todo app's source can be found here.
If you'd like to run the app locally:
$ git clone git@github.com:O-I/volt_todo_example.git
$ cd volt_todo_example
$ bundle install
$ volt serverand in a separate Terminal window, start up MongoDB:
$ mongodYou can also play with it on Heroku here.