Skip to content

Commit 87ba47c

Browse files
committed
Update listOfProject.js
Add the Open Source Code Project
1 parent da86943 commit 87ba47c

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
@@ -696,6 +696,13 @@ const projectList = [
696696
projectLink: 'https://github.com/muke1908/chat-e2ee/labels/good%20first%20issue',
697697
description: 'Chat app in end-to-end enctypted environment without registration',
698698
tags: ['React', 'Chat', 'Javascript', 'Beginner', 'NodeJS'],
699+
},
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'],
699706
}
700707
];
701708
export default projectList;

0 commit comments

Comments
 (0)