Skip to content

Commit c549cae

Browse files
authored
Merge pull request #175 from mathkruger/add-litefy-project
Adding Litefy project to project list
2 parents 404c6a5 + b7d8293 commit c549cae

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
@@ -769,6 +769,13 @@ const projectList = [
769769
description: 'A web interface for MySQL and MariaDB.',
770770
tags: ['OpenSource', 'Mariadb', 'Mysql', 'HTML', 'PHP', 'Javascript'],
771771
},
772+
{
773+
name: 'Litefy',
774+
imageSrc: 'https://raw.githubusercontent.com/mathkruger/litefy/master/src/assets/logo.png',
775+
projectLink: 'https://github.com/mathkruger/litefy/contribute',
776+
description: 'A lighweight Spotify client for low-end devices',
777+
tags: ['OpenSource', 'Angular', 'HTML', 'CSS', 'Javascript', 'Typescript'],
778+
},
772779
{
773780
name: 'Navy Linux',
774781
imageSrc: 'https://raw.githubusercontent.com/navy-linux/logos/main/logo-text.jpg',

0 commit comments

Comments
 (0)