From 735f29204daa8958d6d0f37f11eebf73a7c3689b Mon Sep 17 00:00:00 2001 From: varunn29 Date: Sun, 2 Aug 2026 06:04:33 +0000 Subject: [PATCH] Add Hoppscotch to project suggestions --- src/data/projects.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..86cdc56f 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1,4 +1,12 @@ export const projectList = [ + { + name: "Hoppscotch", + imageSrc: "https://avatars.githubusercontent.com/u/56705483?s=200&v=4", + githubLink: "https://github.com/hoppscotch/hoppscotch", + description: "Open source API development ecosystem.", + tags: ["TypeScript", "Vue", "API", "REST", "GraphQL"] +}, + { name: "activist.org", imageSrc: