Skip to content

Commit e587e5f

Browse files
committed
Add FRP Bowling Kata
1 parent 4fc9732 commit e587e5f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

data/images/FRPBowlingKata.png

66.5 KB
Loading

data/projects.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
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: 'Equalizer',
614
description: 'Web audio player with equalizer',

0 commit comments

Comments
 (0)