ALL PROJECTS

Small Gradebook
Short sample program for a gradebook. Includes a small pytest suite test_grades.py and test_structures.py along with conftest.py for creating objects for testing.

Spot Tunes
Playlist App built with REACT using Spotify API

Reservations
Short C++ program to make reservations. It is used as a demonstration for class templates and DLL data structure from scratch.

Review Tool
Showcases an inheritance hierarchy. Dynamic Binding is used for the derived classes. The program supports user input, modification, and output (both printing to screen or an external file) of the derived Concept classes data.

EMS Study Aid
Quiz and feedback program that takes a JSON file of multiple choice, true/false questions and resource information/hits for the user. For this example it is set up for EMS training. The program is written from scratch with JS CSS and HTML.

Pride Hoof Care
Small business website for AFA Certified Farrier Eli Chisolm. Built from scratch using HMTL, CSS and JS.

Pump Panel Simulator
Program to simulate fire engine pump operations. This includes equations for friction loss, etc. The user must properly adjust for changing pressures and the additon/subtraction of hose lines.