Skip to content

Commit e850b85

Browse files
authored
Merge pull request #114 from TroyTae/patch-2
Add game-of-life in listOfProjects
2 parents cfd255f + 3d4f6a5 commit e850b85

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,13 @@ const projectList = [
641641
projectLink: 'https://github.com/rbdoc/rdoc-generator-solarfish/labels/help%20wanted',
642642
description: 'Single-page HTML5 generator for Ruby RDoc.',
643643
tags: ['Ruby', 'HTML', 'CSS'],
644+
},
645+
{
646+
name: 'Game of Life',
647+
imageSrc: 'https://troytae.github.io/game-of-life/favicon.gif',
648+
projectLink: 'https://github.com/TroyTae/game-of-life/contribute',
649+
description: 'Conway\'s game of life web version!',
650+
tags: ['Javascript', 'Typescript', 'Good First Issue'],
644651
}
645652
];
646653
export default projectList;

0 commit comments

Comments
 (0)