Skip to content

Commit d8565e3

Browse files
authored
Merge pull request #145 from aryasoni98/source
Update listOfProject.js
2 parents 6002da8 + 6f7b6a6 commit d8565e3

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
@@ -697,6 +697,13 @@ const projectList = [
697697
description: 'Chat app in end-to-end enctypted environment without registration',
698698
tags: ['React', 'Chat', 'Javascript', 'Beginner', 'NodeJS'],
699699
},
700+
{
701+
name: 'Open Source Code',
702+
imageSrc: 'https://raw.githubusercontent.com/OpenSouceCode/Frontend/master/public/logo/favicon-logo.png',
703+
projectLink: 'https://github.com/OpenSouceCode',
704+
description: 'Contributing to open source can be a rewarding way to learn, teach, and build experience in just about any skill you can imagine.',
705+
tags: ['React', 'Chat', 'Javascript', 'Beginner', 'NodeJS', 'NextJS'],
706+
},
700707
{
701708
name: 'Zulip',
702709
imageSrc: 'https://avatars0.githubusercontent.com/u/4921959?s=200&v=4',

0 commit comments

Comments
 (0)