Skip to content

Commit 707c69d

Browse files
authored
Merge pull request #176 from ming-tsai/source
docs: add MakeContributions/DSA project
2 parents dd39e96 + c091c4d commit 707c69d

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
@@ -763,6 +763,13 @@ const projectList = [
763763
projectLink: 'https://www.phpmyadmin.net/contribute/',
764764
description: 'A web interface for MySQL and MariaDB.',
765765
tags: ['OpenSource', 'Mariadb', 'Mysql', 'HTML', 'PHP', 'Javascript'],
766+
},
767+
{
768+
name: 'DSA',
769+
imageSrc: 'https://avatars3.githubusercontent.com/u/67384272?v=4',
770+
projectLink: 'https://github.com/MakeContributions/DSA',
771+
description: 'Data structure and Algorithm (DSA) contributions',
772+
tags: ['OpenSource', 'Javascript', 'C#', 'C', 'C++', 'Python', 'Beginner', 'DSA'],
766773
}
767774
];
768775
export default projectList;

0 commit comments

Comments
 (0)