Skip to content

Commit c9ba7da

Browse files
authored
Merge pull request #192 from aryasoni98/source
Add Project & Bug Fix
2 parents 211fde2 + fc9c124 commit c9ba7da

File tree

3 files changed

+12304
-11027
lines changed

3 files changed

+12304
-11027
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"homepage": "https://firstcontributions.github.io/",
66
"devDependencies": {
77
"enzyme": "^3.0.0",
8-
"gh-pages": "^0.12.0",
9-
"react-scripts": "3.2.0",
8+
"gh-pages": "^3.1.0",
9+
"react-scripts": "^4.0.3",
1010
"react-test-renderer": "^15.0.0",
1111
"sw-precache": "^5.2.0"
1212
},
1313
"dependencies": {
1414
"lodash": "^4.17.19",
15-
"react": "^15.4.0",
16-
"react-dom": "^15.4.0",
15+
"react": "^17.0.2",
16+
"react-dom": "^17.0.2",
1717
"react-select": "^1.0.0-rc.10"
1818
},
1919
"scripts": {

src/components/ProjectList/listOfProjects.js

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -735,11 +735,11 @@ const projectList = [
735735
tags: ['React', 'Chat', 'Javascript', 'Beginner', 'NodeJS'],
736736
},
737737
{
738-
name: 'Open Source Code',
739-
imageSrc: 'https://raw.githubusercontent.com/OpenSouceCode/Frontend/master/public/logo/favicon-logo.png',
740-
projectLink: 'https://github.com/OpenSouceCode',
738+
name: 'CodeTrophs',
739+
imageSrc: 'https://avatars.githubusercontent.com/u/62751673?s=200&v=4',
740+
projectLink: 'https://github.com/CodeTrophs',
741741
description: 'Contributing to open source can be a rewarding way to learn, teach, and build experience in just about any skill you can imagine.',
742-
tags: ['React', 'Chat', 'Javascript', 'Beginner', 'NodeJS', 'NextJS'],
742+
tags: ['React', 'Chat', 'Javascript', 'Beginner', 'NodeJS', 'NextJS', 'Python', 'ML/AI', 'OpenSource'],
743743
},
744744
{
745745
name: 'Zulip',
@@ -797,6 +797,13 @@ const projectList = [
797797
description: 'Delightful JavaScript Testing',
798798
tags: ['OpenSource', 'Facebook', 'Testing', 'Immersive', 'JavaScript', 'TypeScript'],
799799
},
800+
{
801+
name: 'Jigsaw',
802+
imageSrc: 'https://avatars.githubusercontent.com/u/19845815?s=200&v=4',
803+
projectLink: 'https://github.com/Jigsaw-Code',
804+
description: 'Jigsaw is an incubator within Google that uses technology to address geopolitical issues.',
805+
tags: ['Go', 'TypeScript', 'c', 'Shell', 'Python'],
806+
},
800807
{
801808
name: 'Idea Hub',
802809
imageSrc: 'https://avatars3.githubusercontent.com/u/67384272?v=4',

0 commit comments

Comments
 (0)