Archive · Coursework & Builds

Project Archive

Coursework from my A.A.S. in Web Development — live demos where the project runs in a browser, case files where it doesn't. Every entry links to its source.

ARC-01

Web · Live Demos

3 runnable builds
WEB-01 Live

TTRPG Multi-Page Site

A seven-page tabletop-RPG themed site with shared navigation, custom styling, imagery, and embedded content — the final project for an HTML & CSS course.

HTML CSS 7 pages
WEB-02 Live

Food Ordering System

A restaurant-style order form that calculates a subtotal from selected items, applies a tip percentage, and returns the grand total in client-side JavaScript.

JavaScript Forms
WEB-03 Live

Multi-Page JS Site

A four-plus page site with shared navigation, Modernizr integration, math functions, decision logic, and form validation — all passing W3C validation.

JavaScript Modernizr W3C valid
ARC-02

C# · Desktop

Windows Forms
CS-01 Case file

Bakery Shop Order Form

Calculates item subtotals, sales tax, an optional discount, and the order total, with a clear form workflow and basic validation.

C# WinForms
CS-02 Case file

Pizza Order Form

Collects customer info, toggles delivery fields, manages crust, size and toppings with pricing rules, and displays a formatted order summary.

C# WinForms Validation
ARC-03

Java · Console

OOP + testing
JV-01 Case file

Pizza Maker

A console pizza builder using ingredient classes, pricing logic, and a custom test harness that validates multiple pizza combinations.

Java OOP Test harness
JV-02 Case file

Loan Calculator

Formatted loan summaries with borrower information, defaults for missing values, and a helper that calculates loan end dates.

Java Dates
ARC-04

Databases · SQL & PHP

Schema + web
DB-01 Case file

Family Reunion DB & Online Banking

A family-reunion relational database — schema design and queries — plus a PHP/MySQL midterm simulating account balances and customer views.

SQL PHP MySQL
DB-02 Source

PHP / MySQL Projects

The wider set of PHP and MySQL coursework, including the database-backed pages built alongside the midterm.

PHP MySQL