My Projects

Projects sorted by date (Last updated June 2025).

Yellow Jacket Roller Derby Practice Planner

Present
TypescriptNext.jsVercel
  • Developed a fullstack app utilizing next.js front end styling with a database storing user accounts, specific user data, practice plan creation, and an ability to export to share with the active userbase.
  • Collaborated with executive board members on designing the user interface & user stories.
  • Deploying via Vercel & secured via an SSL encryption.

Georgia Tech Robojackets Team & Inventory Management

Aug 2025 - Present
Next.jsTypeScriptPocketBaseMantine UI
  • Developed a fullstack app utilizing next.js front end styling with a database storing user accounts, specific user data, practice plan creation, and an ability to export to share with the active userbase.
  • Implemented and populated a real-time data verification system to validate and ensure accuracy of user information.
  • Collaborated with a co-developer and club leaders to launch an online registration system adopted by 100% of active users and managed by admin.
  • Spearheaded Frontend UI changes that increased retention of our app among club members.
  • Restructured code as generics, split displayed data into pages, and maintained real-time updates with solid OOP coding practices.

Plankton Computer Vision Project

Jan 2025 - Present
PythonJupyter NotebooksComputer Vision
  • Scrum-like role designing semester-long roadmap for 8-person team
  • Redesigned neural network (Inception V4) for plankton species identification
  • Implemented preprocessing pipeline, improved accuracy by 45%

Personal Website (this site)

Aug 2025
Next.jsTailwind CSSFramer MotionVercel
  • Portfolio website presenting my projects and both my behavioral & technical skills
  • Features a responsive design & interactive elements with smooth animations
  • Hosted & secured with Vercel and updated regularly

2D GameBoy Advanced System & Custom Frogger Game

Mar 2025
CDockerGame DevelopmentLow-level Programming
  • Implemented GBA hardware-level features including DMA and memory-mapped I/O
  • Developed my own Frogger clone with custom collision detection, assets, and state-machine game logic
  • Optimized for GBA hardware constraints

Audioscape Journey (Spotify Wrapped)

Oct 2024 - Dec 2024
PythonDjangoJavaScript
  • Class-leading project using Agile methodologies for CS 2340
  • Dynamic website leveraging Spotify API for music data visualization
  • Integrated Google's Gemini LLM for AI features, Spotify/Apple Music's API's for specific data, Reddit's API to integrate game logic, and more!

Atlanta Food Finder

Aug 2024 - Oct 2024
PythonDjangoJavaScript
  • Map-based restaurant search application
  • Implemented backend logic and review system
  • User-friendly UI design with intuitive navigation

2D Platform Video Game

Jun 2024 - Aug 2024
C#Unity
  • Designed gameplay mechanics and physics
  • Created custom assets and animations
  • Focus on maintainable, scalable code

Secure Password Generator

Spring 2023
Python
  • Random password generation with security features
  • Customizable length and character sets
  • Command-line interface (it was my first cs project, so more simple)