Skip to content

Commit 0a8cb2d

Browse files
committed
Added 3 more projects to projects list\
1 parent 196ede8 commit 0a8cb2d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,6 +1150,27 @@ const projectList = [
11501150
projectLink: 'https://github.com/codenameone/CodenameOne',
11511151
description: 'Cross-platform mobile app development framework for Java & Kotlin developers',
11521152
tags: ['Cross-Platform', 'OpenSource', 'Java', 'Kotlin', 'Android', 'iOS', 'Framework']
1153+
},
1154+
{
1155+
name: 'SymPy',
1156+
imageSrc: 'https://www.sympy.org/static/images/logo.png',
1157+
projectLink: 'https://github.com/sympy/sympy',
1158+
description: 'A computer algebra system written in pure Python',
1159+
tags: ['Python', 'Science', 'Math', 'Computer-Algebra']
1160+
},
1161+
{
1162+
name: 'Pytorch',
1163+
imageSrc: 'https://github.com/pytorch/pytorch/raw/master/docs/source/_static/img/pytorch-logo-dark.png',
1164+
projectLink: 'https://github.com/pytorch/pytorch',
1165+
description: 'PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.',
1166+
tags: ['Python', 'Machine-Learning', 'Deep-Learning', 'Neural-Network',]
1167+
},
1168+
{
1169+
name: 'Yarn',
1170+
imageSrc: 'https://github.com/yarnpkg/assets/raw/master/yarn-kitten-full.png?raw=true',
1171+
projectLink: 'https://github.com/yarnpkg/yarn',
1172+
description: 'Yarn is a JavaScript package manager created by Facebook that doubles as a project manager.',
1173+
tags: ['JavaScript', 'Package-Manager', 'Node', 'NPM',]
11531174
}
11541175
];
11551176
export default projectList;

0 commit comments

Comments
 (0)