Skip to content

Commit d155190

Browse files
authored
Merge pull request #13 from cyclejs-community/add-cycle-keyboard
Add cycle keyboard
2 parents 87f3458 + 188a34f commit d155190

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

data/images/cycle-keyboard.png

102 KB
Loading

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)