Skip to main content

Projects

A few things I've built

TurnQuest Dashboard

a simplified jira clone

This was initially built entirely leveraging Firebase for login security and handling all data. In this version, I switched it to use local storage for simplified usability.

React 19React Router DOM 7Tailwind CSS v4Vite 6localStorage

Data is limited to each browser/device.

Java Thread Runner

a Java race demo rebuilt for the browser

A small Java race demo rebuilt as a web app with a Spring Boot backend and a Windows 98-inspired frontend.

JavaSpring BootMavenHTML/CSS/JavaScriptREST API

Shows the same race concept in a more shareable web format. Current limitation: race state is in memory only, and GitHub Pages cannot run the Spring Boot backend by itself.