Skip to content

Commit 3b4b279

Browse files
added projects altair and appsmith
1 parent adbcb3f commit 3b4b279

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
const projectList = [
2+
3+
{
4+
name: "appsmith",
5+
imageSrc: "https://raw.githubusercontent.com/appsmithorg/appsmith/release/static/appsmith_logo_white.png",
6+
projectLink: "https://github.com/appsmithorg/appsmith",
7+
description: "Drag & Drop internal tool builder",
8+
tags: ["UI", "Database", "Editor"]
9+
},
10+
11+
{
12+
name: "altair",
13+
imageSrc: "https://raw.githubusercontent.com/altair-graphql/altair/master/icons/favicon-96x96.png",
14+
projectLink: "https://github.com/altair-graphql/altair",
15+
description: "A beautiful feature-rich GraphQL Client for all platforms.",
16+
tags: ["GraphQL", "React", "Typescript"]
17+
},
18+
219
{
320
name: "Ancient Beast",
421
imageSrc:
@@ -16,7 +33,7 @@ const projectList = [
1633
"Mentored",
1734
"Web",
1835
"Web Development",
19-
],
36+
]
2037
},
2138
{
2239
name: "Reseter.css",

0 commit comments

Comments
 (0)