jKanban
Javascript plugin for Kanban boards
jKanban allow you to create and manage Kanban Board in your project!
Please try out the live demo!
Install
Clone the repo and use the javascript and the css files in the dist folder.
You have to include
<link rel="stylesheet" href="path/to/jkanban.min.css">
and
<script src="path/to/jkanban.min.js"></script>
in your page and you are done.
Usage
Init jKanban is a piece of cake!
var kanban = new jKanban(options)
Here's an overview of the default values.
var kanban = new jKanban({
[1]: http://www.riccardotartaglia.it/jkanban/