Scrum board is a web application consisting of two parts:
- Spring Boot backend
- AngularJS powered HTML5 frontend (this)
You can login with Facebook, Twitter and Google+.
You can create different scrum boards, and each board can have multiple sprints. Each sprint can have many tasks, and they can be in different state (Todo, In Progress, Testing, Blocked or Done). You can assign difficulty to tasks, priority and comment on them.
The frontend uses a number of open source projects to work properly:
You need npm, Bower and Gulp installed globally:
$ npm install -g bower gulp
$ git clone https://github.com/sAleksovski/scrum-board-frontend.git scrum-board-frontend
$ cd scrum-board-frontend
$ npm install
$ bower install
$ gulp