Skip to content

Commit 00b738d

Browse files
authored
Merge pull request #168 from stanly-johnson/patch-1
Add leapcode to list of projects
2 parents 767ea35 + 144f7ae commit 00b738d

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
@@ -681,6 +681,13 @@ const projectList = [
681681
description: 'Open source Slack-alternative for DevOps teams',
682682
tags: ['Go', 'Javascript', 'React', 'React Native'],
683683
},
684+
{
685+
name: 'Leapcode',
686+
imageSrc: 'https://avatars1.githubusercontent.com/u/66108516?s=200&v=4',
687+
projectLink: 'https://github.com/Leapcode-Open/leapcode-frontend/issues',
688+
description: 'Leapcode is an online community & platform that motivates and rewards first-time open source contributors to get started.',
689+
tags: ['Javascript', 'React', 'Gatsby'],
690+
},
684691
{
685692
name: 'Markdown Dungeon',
686693
imageSrc: 'https://avatars3.githubusercontent.com/u/67384272?v=4',

0 commit comments

Comments
 (0)