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 fec569b + e587e5f commit 6801d7eCopy full SHA for 6801d7e
data/images/FRPBowlingKata.png
66.5 KB
data/projects.js
@@ -1,13 +1,22 @@
1
// When you add a new project, please add it to the top of the array!
2
3
export default [
4
+ {
5
+ name: 'FRP Bowling Kata',
6
+ description: 'Bowling Scoring Problem and TDD Screencasts',
7
+ repository: 'https://github.com/wizardwerdna/FRPBowlingKata',
8
+ homepage: 'http://wizardwerdna.github.io',
9
+ screenshot: 'data/images/FRPBowlingKata.png'
10
+ },
11
+
12
{
13
name: 'Recall',
14
description: 'A memory game built with Cycle.js',
15
repository: 'https://github.com/artfuldev/recall-cycle/',
16
homepage: 'https://artfuldev.github.io/recall-cycle/',
17
screenshot: 'data/images/recall.png'
18
},
19
20
21
name: 'Equalizer',
22
description: 'Web audio player with equalizer',
0 commit comments