Files
portfolio/assets/json/projects.json
2025-02-21 19:07:15 +01:00

31 lines
811 B
JSON

[
{
"name": "Invoice Management System",
"start": null,
"end": null,
"stack": [
"Go",
"Wails",
"React",
"SQLite3",
"TailwindCSS",
"MacOS",
"Windows"
],
"description": "Invoie Management System that helps mechanics create invoices, manage customers, finances and more.",
"thumbnail": "/assets/images/invoice-manager-thumbnail.png",
"github_link": "",
"status": "In Progress"
},
{
"name": "Portfolio",
"start": null,
"end": null,
"stack": ["Go", "Templ", "Motion", "TailwindCSS", "Typescript", "AlpineJS"],
"description": "The website you are currently on. A portfolio website that showcases my projects, experiences and skills.",
"thumbnail": "",
"github_link": "",
"status": "In Progress"
}
]