@@ -247,7 +247,7 @@ const projectList = [
247
247
imageSrc : 'https://raw.githubusercontent.com/flutter/website/master/src/_assets/image/flutter-lockup.png' ,
248
248
projectLink : 'https://github.com/flutter/flutter/contribute' ,
249
249
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' ] ,
251
251
} ,
252
252
{
253
253
name : 'Python Koans' ,
@@ -345,7 +345,7 @@ const projectList = [
345
345
imageSrc : 'https://user-images.githubusercontent.com/60894542/94313579-9780c080-ff9c-11ea-8853-daa2a1c0fff5.png' ,
346
346
projectLink : 'https://github.com/anitab-org' ,
347
347
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' ] ,
349
349
} ,
350
350
{
351
351
name : 'Centos' ,
@@ -381,7 +381,7 @@ const projectList = [
381
381
projectLink : 'https://github.com/styled-system/styled-system/contribute' ,
382
382
description : 'Style props for rapid UI development' ,
383
383
tags : [ 'ui' , 'css-in-js' , 'design-systems' , 'style-props' , 'theming' ] ,
384
- } ,
384
+ } ,
385
385
{
386
386
name : 'Movie-Stream' ,
387
387
imageSrc : 'https://image.ibb.co/faTroc/movie_stream.png' ,
@@ -655,7 +655,7 @@ const projectList = [
655
655
imageSrc : 'https://avatars1.githubusercontent.com/u/24883621' ,
656
656
projectLink : 'https://github.com/airform/airform/contribute' ,
657
657
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' ] ,
659
659
} ,
660
660
{
661
661
name : 'Milligram' ,
@@ -748,7 +748,7 @@ const projectList = [
748
748
description : 'Powerful Open Source Group Chat' ,
749
749
tags : [ 'OpenSource' , 'Chat' , 'Javascript' , 'Beginner' , 'Python' ] ,
750
750
} ,
751
- {
751
+ {
752
752
name : 'SimplQ' ,
753
753
imageSrc : 'https://www.simplq.me/images/Simple-Q.png' ,
754
754
projectLink : 'https://github.com/SimplQ/simplQ-frontend#contributing' ,
@@ -782,6 +782,13 @@ const projectList = [
782
782
projectLink : 'https://github.com/MakeContributions/DSA' ,
783
783
description : 'Data structure and Algorithm (DSA) contributions' ,
784
784
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' ] ,
785
792
}
786
793
] ;
787
794
export default projectList ;
0 commit comments