Computer Science student building projects across web, AI, and systems. I like turning ideas into working software — from games to trackers to full apps.
✉ Say hi!I am currently a CS student focused on building real projects instead of just following tutorials. I've built a chess game, a weather app, an online store, and an F1 tracker that pulls live race data.
Here is some language i working with:
Outside of code, I work as a Barista — pulling shots and learning how to stay sharp and consistent under pressure, which carries over pretty well into debugging at 2am.
An F1 tracker built with C# and SQLite, pulling live race data from the OpenF1 API. Tracks drivers, constructors, and race results across the 2026 season.
A real-time football score tracker built with Node.js and Express. Live matches update automatically via Server-Sent Events, pulling data from a live sports API with team logos.
A two-player chess game built in vanilla JavaScript, with full legal move validation, check and checkmate detection, castling, and en passant.
A weather web app integrating the OpenWeatherMap API, with dynamic icons and day/night detection based on real time.
A classic two-player tic tac toe game built in vanilla JavaScript, with win detection and a restart option.