Redbooth Kanban Test

Kanban like board for tasks. Current state v.0.4

Run Redbooth Test

In one console:

cd server
npm install
node server

In other console:

npm install
npm start

Roadmap

  • For columns and tasks collections use objects instead arrays. Use id's as keys to improve performance.
  • Add client API (Async)
  • Add timers to the effects
  • Create task funtionality
  • Add model Unit Testing
  • Improve/grow history of actions and state
  • Use webpack to minify, compose, etc.
  • Use Sass or Stylus for css.