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.
A collection of projects showcasing my journey through full-stack development, APIs, and problem-solving.
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.
A RESTful API built to track personal transactions. This project helped me learn about CRUD endpoints, REST architecture, and integrating backend with frontend.
An algorithmic Sudoku solver that fills in 9×9 puzzles using recursive backtracking. Implemented optimized row, column, and box validation. Phase two will add a GUI for entering puzzles.
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.
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.
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.