initial page

This commit is contained in:
2025-02-13 08:24:00 +01:00
parent 2cc8a03491
commit 32fea815f2
47 changed files with 2490 additions and 0 deletions

22
assets/json/projects.json Normal file
View File

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