From c618a92e2fb27894786fa508ae27fcf77ae9963e Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sat, 16 May 2026 21:51:48 -0500 Subject: [PATCH] Add Storybook to project suggestions --- src/data/projects.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..74056d99 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1458,4 +1458,12 @@ 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 + { + name: "Storybook", + imageSrc: "https://avatars.githubusercontent.com/u/22632046?s=200&v=4", + projectLink: "https://github.com/storybookjs/storybook", + description: "Storybook is a workshop for building, documenting, and testing UI components in isolation.", + loadIssues: true, + tags: ["JavaScript", "TypeScript", "UI", "Components", "Testing"], + }, +];