Skip to content

Commit 68c134b

Browse files
authored
Merge pull request #224 from ammaaraslam/more-projects
2 parents 5fbc6b2 + b781998 commit 68c134b

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,28 @@ const projectList = [
11341134
description: 'Cross-platform mobile app development framework for Java & Kotlin developers',
11351135
tags: ['Cross-Platform', 'OpenSource', 'Java', 'Kotlin', 'Android', 'iOS', 'Framework']
11361136
},
1137-
{
1137+
{
1138+
name: 'SymPy',
1139+
imageSrc: 'https://www.sympy.org/static/images/logo.png',
1140+
projectLink: 'https://github.com/sympy/sympy',
1141+
description: 'A computer algebra system written in pure Python',
1142+
tags: ['Python', 'Science', 'Math', 'Computer-Algebra']
1143+
},
1144+
{
1145+
name: 'Pytorch',
1146+
imageSrc: 'https://github.com/pytorch/pytorch/raw/master/docs/source/_static/img/pytorch-logo-dark.png',
1147+
projectLink: 'https://github.com/pytorch/pytorch',
1148+
description: 'PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.',
1149+
tags: ['Python', 'Machine-Learning', 'Deep-Learning', 'Neural-Network',]
1150+
},
1151+
{
1152+
name: 'Yarn',
1153+
imageSrc: 'https://github.com/yarnpkg/assets/raw/master/yarn-kitten-full.png?raw=true',
1154+
projectLink: 'https://github.com/yarnpkg/yarn',
1155+
description: 'Yarn is a JavaScript package manager created by Facebook that doubles as a project manager.',
1156+
tags: ['JavaScript', 'Package-Manager', 'NodeJS', 'NPM',]
1157+
},
1158+
{
11381159
name: 'Scribe - Language Keyboards',
11391160
imageSrc: 'https://raw.githubusercontent.com/scribe-org/Organization/main/logo/ScribeAppLogo.png',
11401161
projectLink: 'https://github.com/scribe-org/Scribe-iOS',

0 commit comments

Comments
 (0)