Skip to content

Commit d29f75c

Browse files
authored
Merge pull request #266 from motasimmakki/motasim
2 parents 15f7949 + a8e8614 commit d29f75c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,6 +1168,13 @@ const projectList = [
11681168
projectLink: 'https://github.com/scribe-org/Scribe-iOS',
11691169
description: 'Keyboards for language learners with translation, verb conjugation and more!',
11701170
tags: ['iOS', 'Swift', 'Productivity', 'Good First Issue', 'Beginner']
1171+
},
1172+
{
1173+
name: 'mindsdb',
1174+
imageSrc: 'https://raw.githubusercontent.com/mindsdb/mindsdb_native/stable/assets/MindsDBColorPurp%403x.png',
1175+
projectLink: 'https://github.com/mindsdb/mindsdb',
1176+
description: 'MindsDB is a ML-SQL Server that enables machine learning workflows for the most powerful databases and datawarehouses using SQL.',
1177+
tags: ['Database', 'MySQL', 'Machine Learning', 'Open Source', 'Productivity']
11711178
}
11721179
];
11731180
export default projectList;

0 commit comments

Comments
 (0)