Skip to content

Commit 188a34f

Browse files
authored
Added cycle-keyboard
1 parent bdb2cdc commit 188a34f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

data/projects.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
// When you add a new project, please add it to the top of the array!
22

33
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+
413
{
514
name: 'Trello Kanban Analysis Tool (TKAT)',
615
description: 'Analyse Kanban metrics from a Trello board',

0 commit comments

Comments
 (0)