Projects

A collection of things I've built — coursework, experiments, and live sites.

Frogger

An AI-generated Frogger game built as a 5-minute assignment in my software engineering class.

Mountain Bluebells

This site — a full-stack ASP.NET web app with Google sign-in, an in-browser book reader/downloader, and notes. Self-hosted on IIS behind Caddy and Cloudflare.

C++ Battleship

Compete against random chance in the game of Battleship — my final project for Computer Science 2.

Dynamic Array & CSV Reader

A dynamic-array-backed CSV reader built for coursework.

Custom Hash Table

A custom hash table implementation with its own collision handling.