Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hauntedhost/kanban

Kanban 看板 is a Trello clone in Rails and Backbone.js
https://github.com/hauntedhost/kanban

Last synced: 5 days ago
JSON representation

Kanban 看板 is a Trello clone in Rails and Backbone.js

Awesome Lists containing this project

README

        

KANBAN 看板
===========

Demo
----
Live demo hosted here on Heroku (database is reset daily):
[**LIVE DEMO**](http://kanban.seanomlor.com)

[![Screenshot](/app/assets/images/screenshot.jpg)](http://kanban.seanomlor.com)

Summary
-------
Kanban is a work-in-progress Trello clone.

Built with Ruby on Rails on the backend as a JSON API for Backbone.js on the frontend.

Notes
-----
* Hand-rolled Rails user authentication with BCrypt
* Custom, nested Rails JSON templating with [Rabl](https://github.com/nesquena/rabl)
* Backbone models/collections with [Backbone-relational.js](http://backbonerelational.org/)
* Auto-updating comment timestamps with jQuery [timeago](http://timeago.yarp.com)
* Editable board, list and card titles with jQuery [JEditable](http://www.appelsiini.net/projects/jeditable)

License
-------
Kanban is released under the [MIT License](/LICENSE).

---
Developed by [Sean Omlor](http://seanomlor.com)