We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6801d7e + c064e19 commit 87f3458Copy full SHA for 87f3458
data/images/tkat.png
207 KB
data/projects.js
@@ -1,6 +1,14 @@
1
// When you add a new project, please add it to the top of the array!
2
3
export default [
4
+ {
5
+ name: 'Trello Kanban Analysis Tool (TKAT)',
6
+ description: 'Analyse Kanban metrics from a Trello board',
7
+ repository: 'https://github.com/nicoespeon/trello-kanban-analysis-tool',
8
+ homepage: 'http://nicoespeon.com/trello-kanban-analysis-tool/',
9
+ screenshot: 'data/images/tkat.png'
10
+ },
11
+
12
{
13
name: 'FRP Bowling Kata',
14
description: 'Bowling Scoring Problem and TDD Screencasts',
0 commit comments