
Welcome to my Portfolio!
Hi, my name is Chris. I am a gamer turned aspiring software engineer. I am proficient in HTML, CSS, JavaScript, and have some knowledge of Python. My goal is to leverage my skills to pursue a career change to 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.

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.