back home

// projects

All projects

Everything I've built — coursework, competitions, and curated work, synced live from my GitHub.

Portfolio admin dashboard

Backend Portfolio Automation

A FastAPI service on Render that syncs my GitHub repos into Postgres, drafts project descriptions from READMEs with the Claude API, and serves them over 7 authenticated REST endpoints. README hashing skips unchanged repos; an override flag keeps my manual edits safe.

PythonFastAPIPostgreSQLClaude API
Game rental desktop app interface

Game Rental Design Project

Co-developed a C# desktop app in Visual Studio (~3,000 lines) with a SQL database and OOP models to track 20+ rentals in a web-style GUI.

C#SQLOOP
Orion Odyssey TSA web design project
1st in Virginia · Nationals qualifier

Orion Odyssey — TSA Web Design

A space-themed competition website I designed and led for TSA — responsive layout, custom UX, built in plain HTML/CSS/JS. Placed 1st in Virginia and qualified for Nationals.

HTML/CSSJavaScriptCompetition
Java card game code and console output

Cards — Java Card-Game Engine

A Java engine for building traditional card games — deck management, hand tracking, and game-state handling, built around clean OOP so a new card game is quick to stand up.

JavaOOP
Pac-Man clone maze layout

Pac-Man Clone

A Pac-Man remake built in GameMaker (GML): maze movement, collision detection, sprite animation, and simple ghost pathfinding AI.

GameMakerGML