Skip to content

Commit 471758d

Browse files
committed
Add Jest
1 parent f22329b commit 471758d

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
@@ -242,7 +242,7 @@ const projectList = [
242242
imageSrc: 'https://raw.githubusercontent.com/flutter/website/master/src/_assets/image/flutter-lockup.png',
243243
projectLink: 'https://github.com/flutter/flutter/contribute',
244244
description: 'Flutter makes it easy and fast to build beautiful apps for mobile and beyond.',
245-
tags: ['Dart','Android','iOS','UI','Cross-platform'],
245+
tags: ['Dart', 'Android', 'iOS', 'UI', 'Cross-platform'],
246246
},
247247
{
248248
name: 'Python Koans',
@@ -340,7 +340,7 @@ const projectList = [
340340
imageSrc: 'https://user-images.githubusercontent.com/60894542/94313579-9780c080-ff9c-11ea-8853-daa2a1c0fff5.png',
341341
projectLink: 'https://github.com/anitab-org',
342342
description: 'Helping women find their potential in code.',
343-
tags: ['Python', 'Java', 'Swift', 'Javascript', 'HTML' , 'Kotlin' , 'Dart'],
343+
tags: ['Python', 'Java', 'Swift', 'Javascript', 'HTML', 'Kotlin', 'Dart'],
344344
},
345345
{
346346
name: 'Centos',
@@ -376,7 +376,7 @@ const projectList = [
376376
projectLink: 'https://github.com/styled-system/styled-system/contribute',
377377
description: 'Style props for rapid UI development',
378378
tags: ['ui', 'css-in-js', 'design-systems', 'style-props', 'theming'],
379-
},
379+
},
380380
{
381381
name: 'Movie-Stream',
382382
imageSrc: 'https://image.ibb.co/faTroc/movie_stream.png',
@@ -650,7 +650,7 @@ const projectList = [
650650
imageSrc: 'https://avatars1.githubusercontent.com/u/24883621',
651651
projectLink: 'https://github.com/airform/airform/contribute',
652652
description: 'Functional HTML forms for Front-End Developers.',
653-
tags: ['airform', 'serverless', 'sendmail', 'mailer', 'html-forms', 'forms', 'smtp', 'sendgrid', 'mailchimp', 'mailgun'],
653+
tags: ['airform', 'serverless', 'sendmail', 'mailer', 'html-forms', 'forms', 'smtp', 'sendgrid', 'mailchimp', 'mailgun'],
654654
},
655655
{
656656
name: 'Milligram',
@@ -743,7 +743,7 @@ const projectList = [
743743
description: 'Powerful Open Source Group Chat',
744744
tags: ['OpenSource', 'Chat', 'Javascript', 'Beginner', 'Python'],
745745
},
746-
{
746+
{
747747
name: 'SimplQ',
748748
imageSrc: 'https://www.simplq.me/images/Simple-Q.png',
749749
projectLink: 'https://github.com/SimplQ/simplQ-frontend#contributing',
@@ -777,6 +777,13 @@ const projectList = [
777777
projectLink: 'https://github.com/MakeContributions/DSA',
778778
description: 'Data structure and Algorithm (DSA) contributions',
779779
tags: ['OpenSource', 'Javascript', 'C#', 'C', 'C++', 'Python', 'Beginner', 'DSA'],
780+
},
781+
{
782+
name: 'Jest',
783+
imageSrc: 'https://raw.githubusercontent.com/facebook/jest/master/website/static/img/jest-readme-headline.png',
784+
projectLink: 'https://github.com/facebook/jest/contribute',
785+
description: 'Delightful JavaScript Testing',
786+
tags: ['OpenSource', 'Facebook', 'Testing', 'Immersive', 'JavaScript', 'TypeScript'],
780787
}
781788
];
782789
export default projectList;

0 commit comments

Comments
 (0)