Skip to content

Commit 196ede8

Browse files
authored
Merge pull request #213 from yo-zubair/patch-1
Add Codename One
2 parents a026b74 + fee9f9f commit 196ede8

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
@@ -1143,6 +1143,13 @@ const projectList = [
11431143
projectLink: 'https://github.com/spaceship-prompt/spaceship-prompt',
11441144
description: 'Minimalistic, powerful and extremely customizable Zsh prompt',
11451145
tags: ['Shell', 'Zsh', 'Prompt', 'Productivity']
1146+
},
1147+
{
1148+
name: 'Codename One',
1149+
imageSrc: 'https://www.codenameone.com/wp-content/uploads/2020/08/footer-logo.png',
1150+
projectLink: 'https://github.com/codenameone/CodenameOne',
1151+
description: 'Cross-platform mobile app development framework for Java & Kotlin developers',
1152+
tags: ['Cross-Platform', 'OpenSource', 'Java', 'Kotlin', 'Android', 'iOS', 'Framework']
11461153
}
11471154
];
11481155
export default projectList;

0 commit comments

Comments
 (0)