My Projects

Chocoholics Anonymous

This project, written in C++, is a medical record control application using CLI for its interface. In this project I worked with a group of 3 peers in a way that simulated a real-world work environment. Each group member was assigned portions of the project to complete using Git to contain the product. This project uses object-oriented programming to efficiently accomplish each task and is able to save data between uses.

Four Color Map

This project is a practical implementation of the Four Color Theorem in mathematics. Accordingly, for any input map that is appropriately formatted, this program will output a new map in which each region is assigned a color and no adjacent regions will ever be assigned the same color. This project is written entirely in C and uses a CLI interface.

This Website

This website was written from scratch! It is a static site written in HTML and CSS, hosted using porkbun.com. As a self-motivated project, I have written this site without the usage of website generators. I also have had the opportunity to navigate website domains, hosting, and cloud services, and intend to create my own server to host this website in the future. Try CTRL+U to see the source code.