Projects

Portfolio Website

HTML, CSS, JavaScript

Used to create a responsive navigation bar with menu links like Home, Skills, Projects using Bootstrap’s layout.

Embeds my PDF resume directly into the page for users to view without downloading.

View on GitHub

Electricity Billing System

Java, MySQL

Developed a desktop application using Java Swing to manage electricity billing operations.

Used JDBC to connect the Swing frontend to a MySQL database for persistent storage. 2024

Provided admin functionality to add/view customer bills and user functionality to update profiles and view billing info .

View on GitHub

Biomax Attendance System

Spring Boot,NetCat

Created a Spring Boot backend that listens for biometric logs sent over TCP using Netcat.

Parsed and validated biometric data using Java, storing it in MySQL using JPA.

View on GitHub