Kanban board
Drag the cards between the columns with the mouse, a finger or the keyboard. Everything stays saved in this browser.
To do
{ counts.todo.visible }-
{ card.title }
{ card.description }
{ counts.todo.total ? 'No card matches the current filter.' : 'Nothing here yet. Drop a card in this column.' }
In progress
{ counts.doing.visible }-
{ card.title }
{ card.description }
{ counts.doing.total ? 'No card matches the current filter.' : 'Nothing here yet. Drop a card in this column.' }
In review
{ counts.review.visible }-
{ card.title }
{ card.description }
{ counts.review.total ? 'No card matches the current filter.' : 'Nothing here yet. Drop a card in this column.' }
Done
{ counts.done.visible }-
{ card.title }
{ card.description }
{ counts.done.total ? 'No card matches the current filter.' : 'Nothing here yet. Drop a card in this column.' }
From the keyboard: reach a card with Tab, pick it up with Space, move it with the arrow keys and drop it with Space again. Esc cancels the drag.