diff --git a/constants/projects.ts b/constants/projects.ts index dbc74f5..9226416 100644 --- a/constants/projects.ts +++ b/constants/projects.ts @@ -30,7 +30,7 @@ export const projects: Project[] = [ slug: "orbit", title: "Orbit", year: "2026", - stack: ["Next.js", "TypeScript", "PostgreSQL"], + stack: ["React", "TypeScript", "Bun", "Hono", "SQLite", "MCP"], description: "A self-hosted project and ticket management workspace with spaces, pages, and notes. MCP server", liveUrl: "https://demo.angelmankel.com/orbit", @@ -51,7 +51,7 @@ export const projects: Project[] = [ slug: "imagelab", title: "ImageLab", year: "2026", - stack: ["Next.js", "TypeScript", "WebAssembly"], + stack: ["React", "TypeScript", "Pixi.js", "Tailwind CSS"], description: "A browser-based AI image processing playground. Built as a frontend for the popular open source project: ComfyUI", liveUrl: "https://demo.angelmankel.com/imagelab", @@ -77,7 +77,7 @@ export const projects: Project[] = [ slug: "league", title: "League of Legends Companion", year: "2026", - stack: ["React", "TypeScript", "Riot API"], + stack: ["React", "TypeScript", "Hono", "MySQL", "Riot API"], description: "An app I built for a friend who was trying to climb the ranks in League of Legends. It pulls in match data and account stats from the Riot API, and allows users to keep notes on matchups, builds, and more.", liveUrl: "https://demo.angelmankel.com/league", @@ -101,7 +101,7 @@ export const projects: Project[] = [ slug: "study", title: "Study Time", year: "2026", - stack: ["Next.js", "TypeScript", "Tailwind CSS"], + stack: ["React", "TypeScript", "Vite", "Mantine"], description: "A study app I built for those late night study sessions - essentially a free Quizlet.", liveUrl: "https://demo.angelmankel.com/study", @@ -126,7 +126,7 @@ export const projects: Project[] = [ slug: "d2r", title: "Diablo II: Resurrected Tracker", year: "2026", - stack: ["React", "TypeScript", "Node.js"], + stack: ["Bun", "JavaScript", "HTML/CSS"], description: "An event tracker and companion app for the game Diablo II: Resurrected.", liveUrl: "https://demo.angelmankel.com/d2r",