mEEL Time!

Winter 2018

mEEL Time is a collection of fast-paced restaurant based minigames that users must accomplish based on a prompt instructing the user to do various tasks. mEEL Time is being developed in Unreal Engine 4.

Calculator

Fall 2018

A simple scientific calculator is written in JavaScript. The calculator calls a single function for each number key and operator key to add numbers and operators to the string being manipulated. Upon pressing the enter key, the calculator evaluates the string using a built-in function in JavaScript and displays the output in the text field. Check out my Calculator here!

Hack The Metro

Spring 2018

Web application for live tracking RTD buses in Denver CO using Javascript and NODE.js. The buses are displayed using Google Maps API. See the Github project here

Arduino Proximity Detector

Spring 2018

This Project is used to measure the distance between it and other objects in front of it. It is built on an Arduino Uno and primarily uses an ultrasonic sensor for input detection along with a button that is used to check if the Arduino board is still being held. The Arduino has two buzzers that are used to signal how far away an object is by buzzing at different rates. Fast for close and slow for further away. If the Arduino is dropped the button will is no longer held down causing the buzzers to emit a constant noise altering the user to its location. See the Github project here.