Featured
Jan 2026 - Present

AI-Powered LMS

Full-stack Learning Management System prototype for K-12 education. Features AI-powered automated grading using Google Gemini, user roles (teacher/student), course creation, enrollment, and assignment submissions.

Python FastAPI SQLAlchemy SQLite Gemini AI
Dec 2025 - Present

Personal Budget Tracker API

A RESTful API built to track personal transactions. This project helped me learn about CRUD endpoints, REST architecture, and integrating backend with frontend.

FastAPI SQLAlchemy REST APIs HTML
Dec 2025 - Present

Sudoku Solver

An algorithmic Sudoku solver that fills in 9x9 puzzles using recursive backtracking. Implemented optimized row, column, and box validation. Phase two will add a GUI for entering puzzles.

Java Algorithms Backtracking
Sep 2025 - Dec 2025

National Disaster Checker

A safety website and API that checks for disaster information near your location. Indicates danger levels (safe, moderate, extreme) and suggests safe cities to relocate during extreme conditions.

Prompt Engineering Render APIs
Sep 2025 - Dec 2025

GradeBook Java

A Java-based Gradebook application to manage students, courses, and grades. Features CSV file storage for data persistence and a JavaFX GUI for an intuitive user experience.

Java JavaFX File Management Git
Dec 2025

Workout Manager

A Python console application for fitness tracking. Create profiles, log daily workouts, analyze patterns, and generate performance insights to stay on top of your fitness goals.

Python Data Analysis