From 17d276e78480a2b79f6461a73bc3c7711763e007 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sat, 16 May 2026 17:19:29 -0500 Subject: [PATCH] add Storybook and Grafana to project list --- src/data/projects.js | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..38b70656 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -370,6 +370,15 @@ export const projectList = [ "Angular is a development platform for building mobile and desktop Web Applications using TypeScript or JavaScript and other languages.", tags: ["Angular", "TypeScript", "JavaScript"], }, + { + name: "Storybook", + imageSrc: "https://avatars.githubusercontent.com/u/22632046?v=4", + projectLink: "https://github.com/storybookjs/storybook/contribute", + description: + "Storybook is a workshop for building, documenting, and testing UI components in isolation.", + loadIssues: true, + tags: ["TypeScript", "JavaScript", "UI", "Components", "Documentation"], + }, { name: "React Styleguidist", imageSrc: @@ -1402,6 +1411,15 @@ export const projectList = [ "Typescript", ], }, + { + name: "Grafana", + imageSrc: "https://avatars.githubusercontent.com/u/7195757?v=4", + projectLink: "https://github.com/grafana/grafana/contribute", + description: + "Grafana is an open and composable observability platform for visualizing metrics, logs, traces, and dashboards.", + loadIssues: true, + tags: ["TypeScript", "Go", "Observability", "Monitoring", "Dashboard"], + }, { name: "MeiliSearch", imageSrc: "https://avatars.githubusercontent.com/u/43250847?s=200&v=4", @@ -1458,4 +1476,4 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file +];