Skip to content

Commit 13ee24b

Browse files
author
Matheus Kruger
committed
add Litefy project to project list
1 parent dd39e96 commit 13ee24b

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
@@ -763,6 +763,13 @@ const projectList = [
763763
projectLink: 'https://www.phpmyadmin.net/contribute/',
764764
description: 'A web interface for MySQL and MariaDB.',
765765
tags: ['OpenSource', 'Mariadb', 'Mysql', 'HTML', 'PHP', 'Javascript'],
766+
},
767+
{
768+
name: 'Litefy',
769+
imageSrc: 'https://raw.githubusercontent.com/mathkruger/litefy/master/src/assets/logo.png',
770+
projectLink: 'https://github.com/mathkruger/litefy',
771+
description: 'A lighweight Spotify client for low-end devices',
772+
tags: ['OpenSource', 'Angular', 'HTML', 'CSS', 'Javascript', 'Typescript'],
766773
}
767774
];
768775
export default projectList;

0 commit comments

Comments
 (0)