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 080fe20Copy full SHA for 080fe20
data/projects.js
@@ -1,6 +1,13 @@
1
// When you add a new project, please add it to the top of the array!
2
3
export default [
4
+ {
5
+ name: 'Recall',
6
+ description: 'A memory game built with Cycle.js',
7
+ repository: 'https://github.com/artfuldev/recall-cycle/',
8
+ homepage: 'https://artfuldev.github.io/recall-cycle/',
9
+ image: 'data/images/recall.png'
10
+ }
11
{
12
name: 'Equalizer',
13
description: 'Web audio player with equalizer',
0 commit comments