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.
1 parent 4fc9732 commit e587e5fCopy full SHA for e587e5f
data/images/FRPBowlingKata.png
66.5 KB
data/projects.js
@@ -1,6 +1,14 @@
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: 'Equalizer',
14
description: 'Web audio player with equalizer',
0 commit comments