feat: implement project showcase section with database integration, filtering, and detail modals

This commit is contained in:
Yolando
2026-04-03 18:29:10 +07:00
parent e511a50021
commit 9554674c79
16 changed files with 550 additions and 391 deletions

View File

@@ -0,0 +1,4 @@
-- AlterTable
ALTER TABLE "projects" ADD COLUMN "highlights" TEXT[],
ADD COLUMN "techStack" TEXT[],
ADD COLUMN "year" INTEGER;