I'm always looking to expand my horizons and learn more! Here are some of the projects I've completed so far and the ones I'm still working on. I can't wait to see what I'll create next, if you have any ideas you would like to collaborate on I'd love to hear from you!
Completed Projects
Math Concept Graph
A force-directed dependency graph where each node represents a mathematical concept. Clicking a node displays its definition and LaTeX formula, and highlights the concepts it depends on and supports.
Unbeatable Tic-Tac-Toe
A flexible Tic-Tac-Toe game in Java featuring an unbeatable AI opponent powered by the Minimax algorithm. Built as an independent learning project to explore adversarial search and clean software architecture.
Portfolio Website
The same website you're on right now! An independently developed responsive static website featuring extensive HTML and CSS formatting, hosted to GitHub Pages. Key pages include a resume, about, projects, and contact information.
Secure Password Generator
A simple desktop app built with Python and Tkinter that generates strong, secure passwords using customizable parameters. A great first step into programming logic and GUI development.