Skip to content

Commit 487604d

Browse files
committed
Solve Conflict
1 parent 5e86883 commit 487604d

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ const projectList = [
4242
projectLink: 'https://github.com/exercism/exercism/contribute',
4343
description: 'Quickly ramp up in new programming languages!',
4444
tags: ['Ruby', 'Exercises', 'CLI', 'Web App'],
45+
}, {
46+
name: 'React Testing Library',
47+
imageSrc: 'https://raw.githubusercontent.com/testing-library/react-testing-library/master/other/goat.png',
48+
projectLink: 'https://github.com/testing-library/react-testing-library/blob/master/CONTRIBUTING.md',
49+
description: 'Simple and complete React DOM testing utilities that encourage good testing practices.',
50+
tags: ['Unit testing', 'JavaScript', 'React', 'React Native'],
4551
}, {
4652
name: 'Gauge',
4753
imageSrc: 'https://avatars3.githubusercontent.com/u/7044589?s=400&u=8d2ce328da30e81978c303fdb31a2a7a1f0328e3&v=4',
@@ -744,6 +750,20 @@ const projectList = [
744750
description: 'Modern and fully web based queue management solution for crowded businesses.',
745751
tags: ['OpenSource', 'React', 'Javascript', 'Beginner', 'Productivity'],
746752
},
753+
{
754+
name: 'Rocky Linux',
755+
imageSrc: 'https://raw.githubusercontent.com/rocky-linux/rocky-logos/main/icons/hicolor/256x256/apps/system-logo-icon.png',
756+
projectLink: 'https://github.com/rocky-linux/rocky#contributing',
757+
description: 'Rocky Linux is a community enterprise Operating System designed to be 100% bug-for-bug compatible with Enterprise Linux, now that CentOS has shifted direction.',
758+
tags: ['OpenSource', 'Shell', 'Python', 'HTML', 'Ansible', 'Linux'],
759+
},
760+
{
761+
name: 'Phpmyadmin',
762+
imageSrc: 'https://raw.githubusercontent.com/phpmyadmin/phpmyadmin/master/themes/original/img/logo_right.png',
763+
projectLink: 'https://www.phpmyadmin.net/contribute/',
764+
description: 'A web interface for MySQL and MariaDB.',
765+
tags: ['OpenSource', 'Mariadb', 'Mysql', 'HTML', 'PHP', 'Javascript'],
766+
},
747767
{
748768
name: 'Navy Linux',
749769
imageSrc: 'https://raw.githubusercontent.com/navy-linux/logos/main/logo-text.jpg',
@@ -752,4 +772,4 @@ const projectList = [
752772
tags: ['Shell', 'Python', 'HTML', 'Ruby', 'Puppet'],
753773
}
754774
];
755-
export default projectList;
775+
export default projectList;

0 commit comments

Comments
 (0)