Skip to content

Commit 0ca032f

Browse files
authored
Merge pull request #169 from daltonfury42/patch-1
Add SimplQ
2 parents 00b738d + f2f5c20 commit 0ca032f

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
@@ -736,6 +736,13 @@ const projectList = [
736736
projectLink: 'https://github.com/zulip/zulip/contribute',
737737
description: 'Powerful Open Source Group Chat',
738738
tags: ['OpenSource', 'Chat', 'Javascript', 'Beginner', 'Python'],
739+
},
740+
{
741+
name: 'SimplQ',
742+
imageSrc: 'https://www.simplq.me/images/Simple-Q.png',
743+
projectLink: 'https://github.com/SimplQ/simplQ-frontend#contributing',
744+
description: 'Modern and fully web based queue management solution for crowded businesses.',
745+
tags: ['OpenSource', 'React', 'Javascript', 'Beginner', 'Productivity'],
739746
}
740747
];
741748
export default projectList;

0 commit comments

Comments
 (0)