Projects

Unplugg - March 2023 - Present

Github | Website

With a friend who designed the UI, I created this single page React app that allows users to create custom breathing patterns, or use presets, to practice focused breathing.  The app intends to provide users with the experience of being able to unplug from the world while working at home.  It will eventually have a back-end and user sign-up system, as well as the ability to save their custom configurations.


Green Lake Pickleball Website - May 2022 - Present

Github | Website

Website for the local pickleball community at Green Lake East in Seattle. Provides information and points of contact, court plans, embedded camera feed, news, photos, and more.


React Articles Project - September 2020

Github | Demo

This application lets users log in and sign up, create, edit, and delete articles. It also allows for commenting and viewing of each article separately, and the rating of comments and articles via likes.


JavaScript Maze Game - June 2020

Github | Demo

This application is a game written with a Rails back-end that allows users to log in and out, as well as a front-end in JavaScript that lets users play a game, create scores, and display scores of all users and each user separately.


Rails Tournament Manager - April 2020

Github

Offers basic login and sign up functionality. The user can create, save, and update tournaments and games. Each tournament can be joined by many users, and each game has many tournaments. Each model has validations.

Starcraft 2 Unit Collider - October 2018 - 2020

Google Play Store

The Starcraft 2 Unit Collider, now called The Unit Comparator for Starcraft 2, is a companion app for StarCraft 2 players, though not associated with Blizzard entertainment.  It's most unique feature is the ability to compare unit interactions between single units, and determine the length of battle time they would have theoretically if loaded in StarCraft 2, as well as the number of attacks each unit makes, the HP remaining for each unit, and so on.  The algorithms used mostly do a lot of arithmetic to determine the outcome based on HP, Armor, Attack, and other statistics, and time counters are never used.  There's also a quiz section, and in depth data on each unit in the game.  

This was my first large scale application that I made entirely by myself, and it has since been downloaded over 10,000 times (as of Nov. 2020).  

Written in Java, using Android Studio, and first published to the Play Store in October 2018, this app has been around for a while, and if I had more time to maintain it, it could probably be updated to be more efficient.  It uses a local database made with SQLite, saved to the device if not already created, and updated whenever I push Play Store updates.  There is no external API used, and no need to communicate online after installation.  This has its advantages and drawbacks.  The main advantage, is access anywhere, and no need to worry about connection.  The main disadvantage is of course that if Blizzard decides to change a unit in StarCraft 2, it will not immediately update itself, and I will eventually have to push an update to the application in order to keep the data as current and accurate.  Because of generally messy code, I decided to make the github repository private, but I'm more than happy to provide the code upon request.

Farkle Bot - April 2019

Google Play Store

I created an AI that played the dice game of Farkle, just for fun in Java.  This app has a collection of messy Java for loops, but it does the job.  It's somewhat humorous, and will comment on the outcome of each move.  Not without bugs.

Dvorak Keyboard - April 2019

Google Play Store

The Dvorak keyboard layout is an alternative to the QWERTY keyboard layout.  The layout is much more efficient with a full sized keyboard, but for those seeking a Dvorak keyboard on Android devices, this app might be for you!