Projects
A deeper look at what I’ve built, what I’m building, and what I plan to build next.

Developer Portfolio
completedA modern, responsive portfolio website built with Next.js, TypeScript, and Tailwind CSS to showcase projects and skills. It is built to showcase my skills and to make my portfolio stand out.

Expense Tracker Application
completedThis project is a fully functional Expense Tracker application built from scratch using Core Java, without any frameworks or external libraries. It was designed as a learning-focused project to deeply understand Java File I/O, Serialization, and object persistence. The application supports user authentication, transaction management, CSV export, and manual JSON report generation. It began as a CLI-based application and was later extended with a Swing-based GUI for better usability, with robust exception handling for invalid input and corrupt data files.

Laundry Website Clone
completedThis project is a front-end clone of a real laundry service website built using core web technologies. The goal was to closely replicate the layout, components, animations, and interactions of the original site. It includes smooth transitions, interactive UI elements, and responsive design, helping me strengthen my understanding of HTML structure, CSS styling, JavaScript logic, and jQuery-based animations.