Project 1

Unity Platformer

This project was one of my more difficult. It not only taught me the basics of C# scripting and game design theory, but also awakened me to some harsh realities of working with an uncooperative team. The project was for an entry level game design class designed for groups of 4. By the end of the second week all my group members had dropped the course or dropped out of school entirely leaving me to struggle with it alone. Although difficult, I am glad to have had the experience.

GitHub Repo
Project 1

GoGoKar

An ongoing project for a business idea a friend and I had. Taught me the basics of mobile app development across multiple platforms (IOS, Andriod) using dart and Googles Flutter/Firebase development tools. The most intricate part of this project so far was the authentication despite how easy it is using the Firebase CLI in comparison to traditional means. I see great potential for the business idea itself and am quite excited to get back to this one when the timing is right.

GitHub Repo
Project 1

File Sorting System

One of my earlierst Python scripts. Put to use the skills and Python libraries I learned throughout my coding experieince in secondary school. Uses tkinter to provide a simple GUI for specifying the directory to be sorted, uses watchdog to monitor updates to said folder. The destination folders and target files are easily customized within the script itself. I plan on adding all functionality directly in the GUI in the near future.

GitHub Repo
Project 1

Wordle Game

This originally began as a pyhton project I converted into Java to challenge myself with a language that was new to me at the time. It is a direct replication of the popular puzzle game Wordle in which the user guesses letters of an unknown word. The letter is highlighted; green if it is in the word and in the correct position, yellow if it is in the word and in the incorrect position, or grey if it is not in the word. The project served as a proper introduction to Java

GitHub Repo
Project 1

React Portfolio

My original dev portfolio. If you are viewing this card you were likely sent the link originally containing this React portfolio, however, due to an update to both the backend service (sanity.io) and node.js there is no longer working communication between the front and back end. I had sent this site out on many internship applications before realizing the site was no longer functioning correctly and thus I threw together this site you are now on in a couple hours to replace it for the time being.

GitHub Repo
Project 1

Calculator App

A classic coding project and one I felt I had missed out on. Just a simple calculator app written in python using tkinter for the GUI the calculator is fully functional with addition, subtraction, multiplication and division operations, correctly following order of operations. The next step of this project will be to expand the functionality to include logrithims, exponents, perenthecies and trigonometric functions.

GitHub Repo

More Coming Soon!