Personal Projects

These are the projects that I have completed over the last couple years.

Busters Restaurant

In this project, I redesigned the website for a local restaurant called Buster's. While working on the site, I ran into the issue of having too many RV locations without a good way to showcase them. This screenshot highlights the solution to that problem—a cycling video slideshow that serves as the hero image on the homepage.

Fire Clicker

In this project, I created a game inspired by Cookie Clicker, featuring an array of buttons that generate cash when clicked. The game also includes a fire spread system for added fun, along with auto-clickers to help players earn money more efficiently. The main issue I ran into while coding this project was the auto-clickers. I solved this by creating separate timers for each auto-clicker and implementing a system to stop a timer before starting a new one.

Color Matcher

In this project, I created a JavaScript-based webpage that helps users find the Minecraft block closest in color to the one they've selected. The system works by calculating the RGB values of each block and comparing them to the user's chosen color, then selecting the closest match based on those values. The main issue I ran into while coding this project was cycling through each image in my images folder. I solved this by renaming all of the images with different numbers and running a for-loop to get the RGB value of every block.

Skills USA Robot

This robot was built by me and several other team members to pick up donut-shaped objects and place them onto poles. These objects proved difficult to grab off the ground due to their low friction, creating a major hurdle our group had to overcome. We eventually solved this by using a conveyor belt system, where a thin piece of metal would slide underneath the donut and gradually lift it onto the pole, effectively scoring points during operation.