@@ -242,7 +242,7 @@ const projectList = [
242
242
imageSrc : 'https://raw.githubusercontent.com/flutter/website/master/src/_assets/image/flutter-lockup.png' ,
243
243
projectLink : 'https://github.com/flutter/flutter/contribute' ,
244
244
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' ] ,
246
246
} ,
247
247
{
248
248
name : 'Python Koans' ,
@@ -340,7 +340,7 @@ const projectList = [
340
340
imageSrc : 'https://user-images.githubusercontent.com/60894542/94313579-9780c080-ff9c-11ea-8853-daa2a1c0fff5.png' ,
341
341
projectLink : 'https://github.com/anitab-org' ,
342
342
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' ] ,
344
344
} ,
345
345
{
346
346
name : 'Centos' ,
@@ -376,7 +376,7 @@ const projectList = [
376
376
projectLink : 'https://github.com/styled-system/styled-system/contribute' ,
377
377
description : 'Style props for rapid UI development' ,
378
378
tags : [ 'ui' , 'css-in-js' , 'design-systems' , 'style-props' , 'theming' ] ,
379
- } ,
379
+ } ,
380
380
{
381
381
name : 'Movie-Stream' ,
382
382
imageSrc : 'https://image.ibb.co/faTroc/movie_stream.png' ,
@@ -650,7 +650,7 @@ const projectList = [
650
650
imageSrc : 'https://avatars1.githubusercontent.com/u/24883621' ,
651
651
projectLink : 'https://github.com/airform/airform/contribute' ,
652
652
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' ] ,
654
654
} ,
655
655
{
656
656
name : 'Milligram' ,
@@ -743,7 +743,7 @@ const projectList = [
743
743
description : 'Powerful Open Source Group Chat' ,
744
744
tags : [ 'OpenSource' , 'Chat' , 'Javascript' , 'Beginner' , 'Python' ] ,
745
745
} ,
746
- {
746
+ {
747
747
name : 'SimplQ' ,
748
748
imageSrc : 'https://www.simplq.me/images/Simple-Q.png' ,
749
749
projectLink : 'https://github.com/SimplQ/simplQ-frontend#contributing' ,
@@ -777,6 +777,13 @@ const projectList = [
777
777
projectLink : 'https://github.com/MakeContributions/DSA' ,
778
778
description : 'Data structure and Algorithm (DSA) contributions' ,
779
779
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' ] ,
780
787
}
781
788
] ;
782
789
export default projectList ;
0 commit comments