I am a third-year student at the University of Virginia pursuing a Bachelor of Science in Computer Science and a Bachelor of Arts in Mathematics. I am passionate about mathematics, statistical modeling, software engineering, complex problem solving in real-world settings, and learning. Outside of academics, I love being in nature, crocheting, and doing theatre (specifically with UVA's First Year Players)!
Wikipedia Path Finder is a command-line application that computes the shortest link path between two Wikipedia pages. It preprocesses Wikipedia link data into a graph using rustworkx and applies Dijkstra’s algorithm to efficiently determine the minimum number of hops between pages, recreating the logic behind the classic Wikipedia path game.
View on GitHubHoowantsome is a Django-based web application built by a five-person team to promote sustainable item exchange among UVA students. Inspired by platforms like Facebook Marketplace and Depop, the app supports authentication, messaging, listings, and moderation; I focused on global notifications, quality assurance and testing (acting as QA lead), and UI development to ensure a reliable user experience.
View on GitHub