Coding Projects

Here are a few of the coding projects I have worked on. I will continue to add to this as I gain more experience.


PacMen Factory

The above link will bring you to my pacman project. If you press the button add pacman then an image of pacman will appear. Then if you click start game they will move around the screen at random speeds.


Eye Exercise

The above link will bring you to my eye exercise project. For this project the screen will have a pair of eyes on it and as you move your mouse, the eyes will follow the mouse.


Logisitics Shipping Rates

This project was made using Python. It is a calculator to figure out what the shipping cost of an item is based on weight and the shipping rate.


Express Book Review

Here I have created a datebase using Express and Postman to store book reviews. Then they could be accessed by Title, Author, ISBN, or registered
user. You can complete all of the CRUD operations with this database.


Single Page Application

Here is the code for a 4 page informational website with navigation using React.


Trivia Game

This is a webpage containing 3 trivia questions that keep track of when the correct anwser is clicked on. It gives the final score at the end.