Projects
A list of things I'm working on or have worked on in the past. Includes school and personal projects
StudentLife Web App
Project from Fall 2025 CS-3203 Software Engineering course
StudentLife prototype was designed to be a productivity app for students to organize assignments, homework, and exams.
Features included a calendar, AI study assistant, and campus events.
StudentLife was created in React Native using the Expo framework. Originally designed to work on Android and iOS devices,
the final demonstrated prototype worked best in the form of a web app. Microsoft Azure Services were used to store and update user data, as well as hosting the AI assitant.
Personal File Server
Turned my old Gaming PC into a file server running Fedora Server. Got SSH and SSHFS up and running for file transfers.
Working on running a minecraft server on it.
Audio Spectrum Display
Working on making an audio spectrum visualizer using an ESP32 Developer Board and a small 8x32 LED Matrix display. A good exercise in using FFT and spectrum analysis.
This Website
This website is a continuous project of mine that gets updated with relevant information. This website is created strictly using HTML, CSS, and JavaScript. The only tool I use to add to this website is VSCode.
C++ Tetris Project with RayLib
I've started working on a (hopefully soon) working version of tetris programmed in C++ with the raylib library.