Programming Projects

Triathlon Training Log Program

A program that allows users to enter a Swim, Bike, Run, or Other type exercise, along with the workout duration and distance in miles. The program then calculates the mile pace and the race time based on mile pace and half-ironman distances. The user can view, edit, and delete entries. All entries are logged in an output file.

Belize vacation website

Vacation Website

A website showcasing Jillian's trip to Belize, Central America in April 2022. This site was a project for the BU Masters in Software Development program, and highlights expertise in HTML, CSS, Javascript, and Vue JS. Visit the website here, and click the Github icon below to view source code.

Brown Cross Country app

Strength Training iOS App

An iOS app created for the Brown University Women's Cross Country team as an interactive platform to view the team's five different "general strength" excercise routines. Prior to this app, the only way to view the exercises was in pdf form, which listed each excersise along with the associated duration or number of reps. The app allows the user to select the routine they want to complete, then displays the excersise and a countdown timer. The user can play or pause the timer, skip excersises, or go back to a previous exercise. Click the Github icon below to view source code (written in Swift).

Sketch Pad App

Sketch Pad App

A Java app similar to Microsoft Paint. The user is able to create shapes (an ellipse or a rectangle) and draw with a pen. Shape functionality includes moving, resizing, recoloring, and layering. The user can also undo or redo actions, as well as save and load drawings. Click the GitHub icon below to view the source code.