Skip to content

Commit 462d770

Browse files
authored
Merge pull request #135 from muke1908/source
Add chat web app to project list
2 parents 4f503b6 + 6fca385 commit 462d770

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ const projectList = [
619619
projectLink: 'https://github.com/CyberNinjas/TallyCTF/contribute',
620620
description: 'Capture-The-Flag Scoreboard & CTF Event Running Software',
621621
tags: ['ctf', 'ctf-scoreboard', 'ctf-platform', 'JavaScript']
622-
},
622+
},
623623
{
624624
name: 'Airform',
625625
imageSrc: 'https://avatars1.githubusercontent.com/u/24883621',
@@ -689,6 +689,13 @@ const projectList = [
689689
projectLink: 'https://github.com/zero-to-mastery/CSS-Art#instructions',
690690
description: 'General Edition - A CSS art challenge, for all skill levels.',
691691
tags: ['CSS', 'HTML', 'Javascript', 'Beginner'],
692+
},
693+
{
694+
name: 'Chat-e2ee',
695+
imageSrc: 'https://repository-images.githubusercontent.com/271544524/44353a80-d451-11ea-815c-594e4a0c5fb8',
696+
projectLink: 'https://github.com/muke1908/chat-e2ee/labels/good%20first%20issue',
697+
description: 'Chat app in end-to-end enctypted environment without registration',
698+
tags: ['React', 'Chat', 'Javascript', 'Beginner', 'NodeJS'],
692699
}
693700
];
694701
export default projectList;

0 commit comments

Comments
 (0)