Skip to content

Commit 5a53111

Browse files
author
Theo Villard
committed
add bornycentre
1 parent cc2eb69 commit 5a53111

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

data/images/bornycentre.png

261 KB
Loading

data/projects.js

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

33
export default [
4+
{
5+
name: 'Bornycentre',
6+
description: 'An app to get your Bornycentre built with Cycle.js',
7+
repository: 'https://github.com/teawaterwire/bornycentre',
8+
homepage: 'http://bornycent.re/',
9+
screenshot: 'data/images/bornycentre.png'
10+
},
411
{
512
name: 'TAMS Tools',
613
description: 'A set of tools for teaching and learning computer science built with Cycle.js',

0 commit comments

Comments
 (0)