Projects

Organized into folders — so you can browse by platform and language.

Web Apps

Full-stack and front-end projects (React, Next.js, Node, etc.)

3 projects

HeartByte — Campus Health Center Management Platform

Group-developed web application designed to improve accessibility and usability of campus health center services for students and staff.

View →
ReactNext.jsTailwindNode.js

Fragments — Cloud-Based Backend Microservice

Backend microservice for authenticated users to create, store, and manage data fragments using secure REST APIs, cloud storage, and containerized deployment.

Soon
Node.jsExpressAWS CognitoAWS S3DockerGitHub Actions

LEGO Sets Web App — Full-Stack SSR with Auth & CRUD

Server-rendered (EJS) full-stack app for browsing LEGO sets and managing CRUD features with authentication, sessions, and login history tracking.

View →
Node.jsExpressEJSPostgreSQLSequelizeMongoDBMongooseTailwind

Android Apps

Native Android applications built with Kotlin/Java.

3 projects

CityFix — Civic Issue Reporting App

Android app for reporting city issues, assigning priority levels, and tracking resolution status.

View →
AndroidKotlinJava

PrintReceipt — Order & Receipt Calculation App

Android app that calculates photo and canvas order totals based on size, quantity, tax, and optional delivery fees.

View →
AndroidKotlinJava

PackageTracker — Delivery Tracking App with Maps

Android app for managing and tracking package deliveries with status updates and Google Maps location visualization.

View →
AndroidKotlinJavaGoogle Maps API

Java

Java coursework + projects.

2 projects

StaySync — Hotel Reservation Management System

Java-based hotel reservation system with Admin and Guest interfaces, managing booking, check-in/out, payments, and reporting using synchronized SQL and MongoDB databases.

View →
JavaSQLMongoDBOOP

Auto Loan Calculator — JavaFX Desktop Application

JavaFX desktop application that calculates auto loan payments, manages saved rates, and generates detailed amortization schedules through an interactive GUI.

View →
JavaJavaFXOOPMVC

Python

Algorithms, scripts, and data structures work.

1 project

Strategy Game Engine with Hash Tables and AI

Python-based game engine featuring a custom hash table, game tree evaluation, and a Minimax-driven AI opponent

View →
PythonHash TablesGame TreesMinimax