My Projects

Showcasing my work and creative solutions

Featured Projects

account_balance

Bank Management System

A comprehensive console-based banking application built with C++ that demonstrates Programming Fundamentals and Data Structures concepts. Features complete account management, transaction handling, and secure data storage.

C++ Data Structures Programming Fundamentals Console App
how_to_vote

Elections Management System (EMS)

A desktop application designed for secure election management using Java and MySQL. Implements Object-Oriented Programming principles and Database Systems concepts for voter registration, vote casting, and result processing.

Java MySQL OOP Database Systems
public

Personal Portfolio Website

A responsive portfolio website showcasing my skills, projects, and achievements. Built with HTML5, CSS3, and JavaScript featuring modern design principles, smooth animations, and mobile-first approach.

HTML5 CSS3
smartphone

Student Management System

A web-based application for managing student records, grades, and course information. Features include user authentication, data validation, and responsive design for educational institutions.

HTML CSS JavaScript MySQL
calculate

Calculator Application

A functional calculator application built with JavaScript featuring basic arithmetic operations, memory functions, and a clean user interface. Demonstrates DOM manipulation and event handling skills.

HTML5 CSS3 JavaScript DOM
menu_book

Library Management System

A Java-based desktop application for managing library operations including book cataloging, member management, and borrowing system. Features GUI interface and file-based data storage.

Java Swing OOP