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.
1 parent bdb2cdc commit 188a34fCopy full SHA for 188a34f
data/projects.js
@@ -1,6 +1,15 @@
1
// When you add a new project, please add it to the top of the array!
2
3
export default [
4
+
5
+ {
6
+ name: 'Cycle Keyboard',
7
+ description: 'An app that displays a reactive keyboard built with cycle.js',
8
+ repository: 'https://github.com/cyclejs-community/cycle-keyboard/',
9
+ homepage: 'https://cyclejs-community.github.io/cycle-keyboard/',
10
+ screenshot: 'data/images/cycle-keyboard.png'
11
+ },
12
13
{
14
name: 'Trello Kanban Analysis Tool (TKAT)',
15
description: 'Analyse Kanban metrics from a Trello board',
0 commit comments