Skip to content

kanbahn/kanbahn.github.io

Repository files navigation

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 [email protected]: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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published