kanbahn / kanbahn.github.io

Kanban-board with multiple lanes - like an autobahn

Home Page:https://kanbahn.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kanbahn Build Status

Kanban-board with multiple lanes. Tasks can be then grouped to different lanes e.g. one feature in one lane.

Preview: feature-lane-preview

Live demo

https://kanbahn.herokuapp.com

Installation

  • Clone project git clone git@github.com:kanbahn/kanbahn.github.io.git kanbahn
  • Go to project root cd kanbahn
  • Install dependencies npm install
  • Start local Postgres server pg_ctl -D /usr/local/var/postgres start
    • Create a test db createdb kanbahn_test
  • Run development server npm start
  • Open browser http://localhost:3000/
  • Run tests npm test (the server must be running simultaneously)

Tech

  • TypeScript
  • Frontend
    • React+Redux
    • Drag'n'Drop with React DnD
    • styled-components
  • Backend/db

Development

Nice React Drag'n'Drop tutorial: https://react-dnd.github.io/react-dnd/docs-tutorial.html

Licence

License: GPL v3

About

Kanban-board with multiple lanes - like an autobahn

https://kanbahn.herokuapp.com

License:GNU General Public License v3.0


Languages

Language:TypeScript 95.2%Language:HTML 3.0%Language:JavaScript 1.9%