Examples of My Work
Click on a project to learn more!

Business Homepage
This was my first in depth project utilizing webpack. It was a lot of fun to work on, so much so that I had to be reminded to take breaks to eat!

Battleship Game
This is a Battleship game written in JavaScript, HTML, and CSS. It was my first project that utilized Jest tests and I found them to be helpful.

To-Do List
This project is my take on a simple to-do list. In doing this project I got some hands-on learning for long-term browser storage as well as storing values to, and retrieving them from, JSON.

Tic-Tac-Toe Game
This was my first project using factory functions. It took longer to click for me that I would've thought and was a huge relief when it finally did.

Library Application
My first project using JavaScript objects was this virtual library application. It was fun to build and I also enjoyed spending some time on designing the color scheme.

Admin Dashboard
Learning CSS grids was a game changer for me. The dashboard that I built for this project was the first time I really got to play with combining grid and flexbox; it was a blast!

Signup Form
This is probably the project I refer back to the most when I need to remember something. It is a pretty simple form but I'd given myself the added challenge of making it work on mobile, without media queries, as well.

Calculator App
This is a simple calculator application, one of the first projects I ever built with JavaScript.

Etch-A-Sketch
Simple Etch-A-Sketch app that uses mouse cursor hover or finger drag to simulate the effect of an Etch-A-Sketch.

Rock Paper Scissors
Looking back on this application that I built 15 months ago makes me really excited to see where I'll be in another 15 months! I remember it being quite a challenge to get the game logic just right.