Project Work
These are some of the major (shareable) projects I have lead in my programming career thus far.
UWTickets+
UWTickets+ is an IOS application which we created as a simulated solution to scams and fraudulent activity surrounding Badger Football Ticket resales. This application features a Swift frontend and Google Firebase backend. The main purpose of this app is to show users the tickets they own, provide a marketplace which displays useful information (eg. average ticket sale price), allow buyers to easily contact sellers, and provide a space where ticket exchanges can be safely/simultaneously executed.
Social Network
The Social Network is a group project which integrated a JavaFX frontend with a Java Graphs backend. The primary purpose of the Social Network was to create a visual of a social circle consisting of friends (Nodes) and friendships (Edges). This program is also capable of finding the shortest path between two friends, listing mutual friends between two friends, generating a file of the friends list, loading a visual from a pre-existing text file and exporting the network data into a text file.