update projects stacks

This commit is contained in:
2026-06-02 12:52:45 -07:00
parent 709bf78d01
commit b387a394e3
+5 -5
View File
@@ -30,7 +30,7 @@ export const projects: Project[] = [
slug: "orbit", slug: "orbit",
title: "Orbit", title: "Orbit",
year: "2026", year: "2026",
stack: ["Next.js", "TypeScript", "PostgreSQL"], stack: ["React", "TypeScript", "Bun", "Hono", "SQLite", "MCP"],
description: description:
"A self-hosted project and ticket management workspace with spaces, pages, and notes. MCP server", "A self-hosted project and ticket management workspace with spaces, pages, and notes. MCP server",
liveUrl: "https://demo.angelmankel.com/orbit", liveUrl: "https://demo.angelmankel.com/orbit",
@@ -51,7 +51,7 @@ export const projects: Project[] = [
slug: "imagelab", slug: "imagelab",
title: "ImageLab", title: "ImageLab",
year: "2026", year: "2026",
stack: ["Next.js", "TypeScript", "WebAssembly"], stack: ["React", "TypeScript", "Pixi.js", "Tailwind CSS"],
description: description:
"A browser-based AI image processing playground. Built as a frontend for the popular open source project: ComfyUI", "A browser-based AI image processing playground. Built as a frontend for the popular open source project: ComfyUI",
liveUrl: "https://demo.angelmankel.com/imagelab", liveUrl: "https://demo.angelmankel.com/imagelab",
@@ -77,7 +77,7 @@ export const projects: Project[] = [
slug: "league", slug: "league",
title: "League of Legends Companion", title: "League of Legends Companion",
year: "2026", year: "2026",
stack: ["React", "TypeScript", "Riot API"], stack: ["React", "TypeScript", "Hono", "MySQL", "Riot API"],
description: 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.", "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", liveUrl: "https://demo.angelmankel.com/league",
@@ -101,7 +101,7 @@ export const projects: Project[] = [
slug: "study", slug: "study",
title: "Study Time", title: "Study Time",
year: "2026", year: "2026",
stack: ["Next.js", "TypeScript", "Tailwind CSS"], stack: ["React", "TypeScript", "Vite", "Mantine"],
description: description:
"A study app I built for those late night study sessions - essentially a free Quizlet.", "A study app I built for those late night study sessions - essentially a free Quizlet.",
liveUrl: "https://demo.angelmankel.com/study", liveUrl: "https://demo.angelmankel.com/study",
@@ -126,7 +126,7 @@ export const projects: Project[] = [
slug: "d2r", slug: "d2r",
title: "Diablo II: Resurrected Tracker", title: "Diablo II: Resurrected Tracker",
year: "2026", year: "2026",
stack: ["React", "TypeScript", "Node.js"], stack: ["Bun", "JavaScript", "HTML/CSS"],
description: description:
"An event tracker and companion app for the game Diablo II: Resurrected.", "An event tracker and companion app for the game Diablo II: Resurrected.",
liveUrl: "https://demo.angelmankel.com/d2r", liveUrl: "https://demo.angelmankel.com/d2r",