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.

Scala JavaFX Apache Derby Object-Oriented Programming GUI

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.

Python NumPy Artificial Intelligence A* algorithm

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.

React JS Node JS MongoDB Vercel Render

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.

HTML CSS JavaScript EmailJS Responsive Design

Letters Game

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

Haskell Functional Programming