Skip to content

Commit 6801d7e

Browse files
committed
Add wizardwerdna's FRP Bowling Kata
2 parents fec569b + e587e5f commit 6801d7e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

data/images/FRPBowlingKata.png

66.5 KB
Loading

data/projects.js

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

33
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+
412
{
513
name: 'Recall',
614
description: 'A memory game built with Cycle.js',
715
repository: 'https://github.com/artfuldev/recall-cycle/',
816
homepage: 'https://artfuldev.github.io/recall-cycle/',
917
screenshot: 'data/images/recall.png'
1018
},
19+
1120
{
1221
name: 'Equalizer',
1322
description: 'Web audio player with equalizer',

0 commit comments

Comments
 (0)