Rothkopf Online Games

This platform hosts live multiplayer games built on TypeScript and Socket.IO. On the front-end, it uses React, Vite, and pure HTML5 Canvas. In the future, I'd like to add more games and chat features to the app.

Homebank

This web application manages allowance and chore tracking for households. Though it's one of my first full-stack projects and has many flaws, I learned a lot making it and am still proud of what I did accomplish.

Quiz Maker

This simple tool allows users to make custom quizzes for studying. Written in HTML, CSS, and JS, it also contains an editor and Base64 encryptor so users don't accidentally look at the answers.

Chat App

This chat app was designed with operation security in mind. It's password-protected with multiple layers of encryption and secure requests. It's also invite-only, making it perfect for intraorganizational communication.

Voyage

My first mobile application, Voyage is a hall pass system intended as a proof-of-concept for school use. The teacher, student, and administrator apps cooperate to create and validate hall passes. I created this app as an introduction to developing for phones and integrating multiple types of accounts and interfaces.

Algorithm Visualizer

This HTML5 Canvas site animates basic algorithms so users can understand the process behind them. I made this while learning algorithms and recently added it to my website.