A virtual offline Kanban Board for your personal projects and work flows.
Hold and drag the column from it's body or column header to move it across other columns on the board.
To run the application locally on your machine you can follow the steps below :
1: git clone https://github.com/nishantpainter/personal-kanban.git
2: cd personal-kanban
3: npm install
4: npm run build
5: sudo npm install -g serve
6: serve -s build