Skip to content

rajithsam/scrum-board-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrum Board

Scrum board is a web application consisting of two parts:

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.

Tech

The frontend uses a number of open source projects to work properly:

Screenshots

Board Single task description

Running

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.0%
  • HTML 31.6%
  • CSS 10.4%