My Projects
Dive into a collection of my projects spanning various fields, each narrating a unique story of creativity and skill

Calorie Tracking Software
Desktop app in Scala with JavaFX & Scene Builder, applying OOP principles. Tracks meals, daily totals, and monthly insights with charts. Stores data locally in an embedded Derby database.

Maze Pathfinding AI
AI project using Python with NumPy, Pandas, Matplotlib, implementing the A* algorithm. Finds the fastest path in a maze with obstacles, traps, and speed boosts, with visualization of the solution.

Note Taking Website
Full-stack MERN (MongoDB, Express, React, Node.js) app for creating and managing notes. Frontend on Vercel, backend on Render, with persistent storage and a clean UI.

Personal Portfolio
A responsive portfolio built with HTML, CSS, JavaScript, featuring a working contact form via EmailJS. Showcases projects, skills, and provides a way to reach me.

Letters Game
Wordle-inspired terminal game built in Haskell, showcasing functional programming with recursion and pattern matching.