Social Media Simulator

Download Here
Coded in Java, it was one of my first big projects in my Comp Sci career, utilizing various concepts such as inheritence, object oritented programming, and "graphs" (really complex use of arraylists). This project only uses object, traversal, and driver scripts to run. Any Java IDE will run this.

Anime Database

Download Here
Developed in MySQL, queries written SQL, I had a lot of fun developing this relational databse. Only has 50 listed entries, it is a robust system that has unique keys, various entities, triggers and procedures. Project imports data from Excel sheet (which took way too long to input data into) and logs it into the database. This will only run on MySQL.