Work
Some of the work that I have been doing!

ReactJS Wordle Remake
React rebuild of Wordle from scratch with no AI, just fundamentals and googling. Two-pass frequency algorithm for accurate duplicate letter handling.

Movie Lookup V2
Full-stack app with user authentication and personalized watchlists. Built with Next.js and Supabase.

Whisper — KleinHacks 2026
Hackathon project: anonymous student chat app with AI interest matching, crisis detection, and content moderation. Built in one day.

Movie Lookup V1
Full-stack capstone: React frontend + Express backend + SQLite + TMDB API proxy. First time deploying a split architecture.

Pokédex
Multi-page React app using PokéAPI with React Router. First time building client-side navigation.

Wordle Clone
React rebuild of Wordle. First solo project after learning the fundamentals — state, events, and component logic.

Book Keeper
REST API with multi-table schema, complex JOINs, and advanced SQL queries. Shows backend depth.