
Welcome to my Portfolio!
Hi, I'm Chris — a passionate technologist making the transition from gaming enthusiast to software engineer. As a lifelong gamer, I discovered that the same strategic thinking and creative problem-solving that drew me to gaming translates perfectly to coding. With strong foundations in HTML, CSS, and JavaScript, complemented by growing expertise in Python, C#, and ASP.NET, I'm dedicated to leveraging my diverse technical toolkit to make a meaningful impact in the tech industry.
My current projects include:

Dress Sizing App
Wedding dress sizing app for a local Bridal Boutique. I used HTML/CSS for the front side and JavaScript for the back end.

Website Re-Design
Local Event Planning company approached me about helping with re-designing their website. I used HTML/CSS to create a more modern design to their specifications with links for booking consultations.

Brickbreaker
Alpha version of Brickbreaker game. Plays best on a laptop or desktop. I am working on the bugs, but it is playable. Made with HTML Canvas/CSS for the front side, with Javascript on the back side.

3D Roll-a-Ball Game
This is a simple 3D game built with Unity where the player controls a rolling ball to collect objects. The project demonstrates key game development concepts such as player movement, physics, collisions, and object interactions.
What I Learned
- Implementing basic player controls.
- Using Unity's physics system for movement.
- Creating game mechanics like object collection and win conditions.

Message Generator
This is a simple message generator that creates a random message each time the user clicks the button. The project demonstrates basic JavaScript concepts such as arrays, objects, and functions.