Projects

My favorite projects from past jobs and assignments, with links to their GitHub repositories.


LifeCafe PreOrder Website - Site | Repo

LifeCafe (within LifeTime Mount Laurel) holds a unlimited free refills promotion every summer, with the purchase of a resuable iced tea tumbler.

Because it's always in high demand at the start of the season, I created a website that allowed LifeCafe to recieve hundreds of pre-orders during the promotion's first weekend.

Utilized HTML, CSS, and Google Forms.


Maze Generator & Solver

For a C++ course, I was given free reign for my final project. Utilizing knowledge from a Maze Solver in a C & UNIX course, I created a program that filled a 2D vector with blank spaces and walls, and tests if there was a solveable path from its entrance to its end.

The maze difficulity varies depending on the user's specification.

Utilized C++, C, and Makefile.


Charity Drop

For a Software Engineering course, I was assigned a project to create a test site that allowed users to donate items, and have signed up organizations pick it up and a set pickup time and location. Both users and organizations were able to create accounts (stored in an SQL database). Signed up organizations were then able access the donations from users to pickup.

Utilized HTML, CSS, PHP, and SQL.