marcosflobo / cheetah

Web application to visualize and manage graphical representation of work using agile methodologies for agile teams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Codacy Badge

cheetah

Web application to visualize and manage graphical representation of work using agile methodologies for agile teams

cheetah-api

Is the official API backend for this project. See for info in cheetah-api in github.

WIKI

In our wiki we are adding all the documentation related to project development.

Agile board

Please checkout or Kanban board to follow up the ongoing tasks.

Test

Dependencies

To perform unit tests, we need to install some packages using npm

npm install -g karma jasmine karma-chrome-launcher karma-firefox-launcher karma-jasmine karma-junit-reporter jasmine-core karma-coverage grunt-cli

Run unit tests + code coverage

karma start karma.conf.js

About

Web application to visualize and manage graphical representation of work using agile methodologies for agile teams

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 51.6%Language:HTML 45.6%Language:CSS 2.8%