My Crafting Table
A collection of my finest creations.

Employee Management System
A Java Swing-based desktop application for managing employees. This project provides a graphical user interface (GUI) for performing basic CRUD operations on employee data, backed by a MySQL database using JDBC.
Java Swing
JFrame
Java
JDBC
MySQL

SmartTone Email Assistant
An AI-powered Smart Email Assistant that helps users manage their Gmail inbox intelligently. It reads email content via a Chrome Extension and uses Gemini (Google's LLM) via Spring AI to summarize, classify, and generate smart replies.
Spring Boot
Sprint AI
Gemini API
Spring Web
Chrome Extension

Personal Portfolio
My personal pixel-art themed portfolio website built with Next.js, Tailwind CSS, and ShadCN UI. It features a responsive design and showcases my projects and skills in a unique, blocky aesthetic.
Next.js
React
Tailwind CSS
ShadCN UI
TypeScript

VAPT API: Automated Vulnerability Scanner
This project is a Django-based API for automated vulnerability scanning of web applications. The API performs checks like port scanning, security header validation, and basic SQL injection testing, returning results in a JSON format. It supports multiple HTTP methods (GET, POST, PUT, PATCH, DELETE, HEAD) and is designed to be integrated into security workflows for developers and professionals.
Django
Python
REST framework