Skip to content

Commit

Permalink
Merge pull request firstcontributions#318 from SoarinSkySagar/altair_…
Browse files Browse the repository at this point in the history
…appsmith

added projects altair and appsmith
  • Loading branch information
Roshanjossey authored May 9, 2023
2 parents adbcb3f + dcb624e commit edd06c6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/components/ProjectList/listOfProjects.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
const projectList = [

{
name: "appsmith",
imageSrc: "https://raw.githubusercontent.com/appsmithorg/appsmith/release/static/appsmith_logo_white.png",
projectLink: "https://github.com/appsmithorg/appsmith",
description: "Drag & Drop internal tool builder",
tags: ["UI", "Database", "Editor"]
},

{
name: "altair",
imageSrc: "https://raw.githubusercontent.com/altair-graphql/altair/master/icons/favicon-96x96.png",
projectLink: "https://github.com/altair-graphql/altair",
description: "A beautiful feature-rich GraphQL Client for all platforms.",
tags: ["GraphQL", "React", "Typescript"]
},

{
name: "Ancient Beast",
imageSrc:
Expand Down

0 comments on commit edd06c6

Please sign in to comment.