diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..8a9e13c5 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -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", @@ -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"], }, -]; \ No newline at end of file +];