Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"],
},
];
];