Projects
A few things I've built while learning to code, in my own time outside of work.
Budget Tracker
A SwiftUI + SwiftData iOS app for tracking monthly income and expenses. Entries can be tagged with a category (Housing, Groceries, Subscriptions, and more), grouped and totaled for a clear picture of monthly spending, and copied forward into the next month for recurring bills. An Insights tab built with Swift Charts visualizes income vs. spending and a category breakdown at a glance. The core budgeting logic lives in its own Swift Package, unit tested independently of the UI.
Scribble Web App
A simple and interactive drawing application that allows users to select colors from a palette inspired by the Arizona Coyotes Hockey team, and draw freely on a canvas. This project showcases JavaScript event handling, DOM manipulation, and user interaction features, making it a great demonstration of front-end development skills.
Streaming Availability
This console application allows users to search for movie titles and retrieve a list of streaming platforms where the movie is available, along with their prices. Using the Streaming Availability API, this app demonstrates practical skills in working with APIs, handling user inputs, and displaying structured data in a user-friendly format.