Skip to content

Commit 080fe20

Browse files
authored
Added Recall
Will add the image shortly
1 parent 4fc9732 commit 080fe20

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

data/projects.js

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

33
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+
}
411
{
512
name: 'Equalizer',
613
description: 'Web audio player with equalizer',

0 commit comments

Comments
 (0)