Skip to content

Commit d1f8889

Browse files
authored
Add Scribe-iOS to listOfProjects.js
Hi there! Hoping that we can be added to this list. Scribe is still relatively new, but we're slowly making headway towards v2.0 that adds autocomplete and autosuggest - the last two must have features for a wider audience. The app's data is mostly from [Wikidata](https://www.wikidata.org/wiki/Wikidata:Main_Page) and Wikipedia, and we're a [featured project](https://www.mediawiki.org/wiki/New_Developers) for developers who are new to Wikimedia :) Hope that everything's in order for the PR, and thanks for this list!
1 parent 932d5f7 commit d1f8889

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
@@ -1132,6 +1132,13 @@ const projectList = [
11321132
projectLink: 'https://github.com/codenameone/CodenameOne',
11331133
description: 'Cross-platform mobile app development framework for Java & Kotlin developers',
11341134
tags: ['Cross-Platform', 'OpenSource', 'Java', 'Kotlin', 'Android', 'iOS', 'Framework']
1135+
},
1136+
{
1137+
name: 'Scribe - Language Keyboards',
1138+
imageSrc: 'https://raw.githubusercontent.com/scribe-org/Organization/main/logo/ScribeAppLogo.png',
1139+
projectLink: 'https://github.com/scribe-org/Scribe-iOS',
1140+
description: 'Keyboards for language learners with translation, verb conjugation and more!',
1141+
tags: ['iOS', 'Swift', 'Productivity', 'Good First Issue', 'Beginner']
11351142
}
11361143
];
11371144
export default projectList;

0 commit comments

Comments
 (0)