Skip to content

Commit

Permalink
Update Projects.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcuque authored May 7, 2024
1 parent c068de8 commit df9ded9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/Projects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,14 @@ const projects = [
deploy: "https://pixel-tree-medical-app-demo.netlify.app",
description: "Application to control patients",
techs: ["TypeScript", "Material UI", "Formik"],
}
},
{
github: "https://github.com/danielcuque/OLC2_202112145_P2",
title: "T-Swift",
deploy: "https://tswift-compiler.vercel.app/",
description: "Compiler made with Go, from Swift to 3AC",
techs: ["TypeScript", "TailwindCSS", "Golang", "ReactJS"],
},
];
---

Expand Down

0 comments on commit df9ded9

Please sign in to comment.