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
32 changes: 31 additions & 1 deletion src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1437,6 +1437,36 @@ export const projectList = [
description: "The world’s fastest framework for building websites.",
tags: ["Go", "Static Site Generator", "Web"],
},
{
name: "Responsively App",
imageSrc: "https://avatars.githubusercontent.com/u/69102126?s=200&v=4",
projectLink: "https://github.com/responsively-org/responsively-app/contribute",
description:
"A modified web browser that helps developers build responsive web apps faster.",
tags: [
"TypeScript",
"React",
"Electron",
"Developer Tools",
"Responsive Web Design",
"Good First Issue",
],
},
{
name: "Checkmate",
imageSrc: "https://avatars.githubusercontent.com/u/165089105?s=200&v=4",
projectLink: "https://github.com/bluewave-labs/Checkmate/contribute",
description:
"An open-source, self-hosted uptime and server monitoring tool with incident tracking.",
tags: [
"TypeScript",
"React",
"Monitoring",
"Infrastructure",
"Self Hosted",
"Good First Issue",
],
},
{
name: "Mattermost",
imageSrc: "https://avatars.githubusercontent.com/u/9131861?s=200&v=4",
Expand All @@ -1458,4 +1488,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"],
},
];
];