Skip to content

Commit 404c6a5

Browse files
authored
Merge pull request #177 from DiegoRomario/add-jest
Add Jest
2 parents 5c7ecfc + 471758d commit 404c6a5

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ const projectList = [
247247
imageSrc: 'https://raw.githubusercontent.com/flutter/website/master/src/_assets/image/flutter-lockup.png',
248248
projectLink: 'https://github.com/flutter/flutter/contribute',
249249
description: 'Flutter makes it easy and fast to build beautiful apps for mobile and beyond.',
250-
tags: ['Dart','Android','iOS','UI','Cross-platform'],
250+
tags: ['Dart', 'Android', 'iOS', 'UI', 'Cross-platform'],
251251
},
252252
{
253253
name: 'Python Koans',
@@ -345,7 +345,7 @@ const projectList = [
345345
imageSrc: 'https://user-images.githubusercontent.com/60894542/94313579-9780c080-ff9c-11ea-8853-daa2a1c0fff5.png',
346346
projectLink: 'https://github.com/anitab-org',
347347
description: 'Helping women find their potential in code.',
348-
tags: ['Python', 'Java', 'Swift', 'Javascript', 'HTML' , 'Kotlin' , 'Dart'],
348+
tags: ['Python', 'Java', 'Swift', 'Javascript', 'HTML', 'Kotlin', 'Dart'],
349349
},
350350
{
351351
name: 'Centos',
@@ -381,7 +381,7 @@ const projectList = [
381381
projectLink: 'https://github.com/styled-system/styled-system/contribute',
382382
description: 'Style props for rapid UI development',
383383
tags: ['ui', 'css-in-js', 'design-systems', 'style-props', 'theming'],
384-
},
384+
},
385385
{
386386
name: 'Movie-Stream',
387387
imageSrc: 'https://image.ibb.co/faTroc/movie_stream.png',
@@ -655,7 +655,7 @@ const projectList = [
655655
imageSrc: 'https://avatars1.githubusercontent.com/u/24883621',
656656
projectLink: 'https://github.com/airform/airform/contribute',
657657
description: 'Functional HTML forms for Front-End Developers.',
658-
tags: ['airform', 'serverless', 'sendmail', 'mailer', 'html-forms', 'forms', 'smtp', 'sendgrid', 'mailchimp', 'mailgun'],
658+
tags: ['airform', 'serverless', 'sendmail', 'mailer', 'html-forms', 'forms', 'smtp', 'sendgrid', 'mailchimp', 'mailgun'],
659659
},
660660
{
661661
name: 'Milligram',
@@ -748,7 +748,7 @@ const projectList = [
748748
description: 'Powerful Open Source Group Chat',
749749
tags: ['OpenSource', 'Chat', 'Javascript', 'Beginner', 'Python'],
750750
},
751-
{
751+
{
752752
name: 'SimplQ',
753753
imageSrc: 'https://www.simplq.me/images/Simple-Q.png',
754754
projectLink: 'https://github.com/SimplQ/simplQ-frontend#contributing',
@@ -782,6 +782,13 @@ const projectList = [
782782
projectLink: 'https://github.com/MakeContributions/DSA',
783783
description: 'Data structure and Algorithm (DSA) contributions',
784784
tags: ['OpenSource', 'Javascript', 'C#', 'C', 'C++', 'Python', 'Beginner', 'DSA'],
785+
},
786+
{
787+
name: 'Jest',
788+
imageSrc: 'https://raw.githubusercontent.com/facebook/jest/master/website/static/img/jest-readme-headline.png',
789+
projectLink: 'https://github.com/facebook/jest/contribute',
790+
description: 'Delightful JavaScript Testing',
791+
tags: ['OpenSource', 'Facebook', 'Testing', 'Immersive', 'JavaScript', 'TypeScript'],
785792
}
786793
];
787794
export default projectList;

0 commit comments

Comments
 (0)