Projects

Selected projects with short descriptions and downloadable files.

CPT-162 · Intro to Web Page Publishing

Mardi Gras Store

Multi-page promotional site for a fictional Mardi Gras supply store. Features navigation with dropdowns, product categories, an email signup form, and custom CSS styling with gradients.

  • HTML
  • CSS
  • Forms
Download project

CSS Zen Garden Style Page

A styled interpretation of the CSS Zen Garden layout using a custom purple color scheme. Demonstrates separation of structure and presentation with fixed-width layout, header, navigation, and sidebar.

  • HTML
  • CSS
Download project

CPT-232 · C++ Programming I

Test Average Calculator

Console program that prompts for five test scores and calculates the average using a separate function. Demonstrates functions, basic I/O, and formatted output.

  • C++
  • Functions
Download .cpp

Team Roster Manager

Menu-driven console application that manages a sports team roster with vectors. Supports adding and removing players, updating ratings, filtering by rating, and displaying the full roster.

  • C++
  • Vectors
  • Menus
Download .cpp

CPT-238 · Internet Scripting

JavaScript Project 1 (week4)

Early JavaScript practice covering three tasks: factorial calculation, sequential math operations via prompts, and basic string manipulation.

  • JavaScript
  • HTML
Download project

Exercise Workout Tracker

Full client-side + PHP application for logging workouts. Users select body part, exercise, sets, reps, and date. Data is saved to a MySQL database and can be displayed in a history table. Includes responsive dark theme.

  • HTML
  • CSS
  • JavaScript
  • PHP
  • MySQL
Download project

CPT-212 · Visual Basic Programming I

Popular Names Checker (Lab 9)

Windows Forms application that reads popular boy and girl names from text files and checks whether user-entered names appear in those lists. Demonstrates file I/O, arrays, and basic form design.

  • VB.NET
  • Windows Forms
  • File I/O
Download project

Multi-form Application (Test 3)

Larger Windows Forms project with multiple forms (Main, Planning, Transactions). Shows multi-form navigation and organization typical of business-style desktop applications.

  • VB.NET
  • Windows Forms
  • Multi-form
Download project