Worked with team to create a full stack web application using Angular, NodeJS, and MongoDB. This web application is used as a visualization tool that allows users to view different gene features relevant to alternative polyadenylation. Implemented the API calls to get data needed to graphically show different parts of a gene.
Worked with team to create a carpool app for iOS using Swift, Xcode Storyboard, and Firebase(Firestore). Implemented driver dashboard to get data from firestore database and display table view.
Created an augmented reality app for the iPad to teach visitors at the Capital One Plano Campus about STEM concepts. Used Unity (C#), and Vuforia to track pictures and displayed video about the image on top of picture. Displayed information panels correlating to the image tracked and provided the user information about the person in the picture.
Worked with team to create a 3D simulation of a cloth using C++ and OpenGL. Implemented cloth collision and intersection with a sphere
Drawing App using HTML, CSS, and JavaSript. The HTML canvas element is used to draw graphics, on the fly, via scripting (usually JavaScript). Inspired by Derek Banas JavaScript Paint App video. Currently adding more features.
Created a 2D, top-down racing game using C# and XNA Game Studio. Applied 2D bounding box collision detection to car, obstacles, and boundaries. The goal of this game is to obtain the highest score possible while avoiding all obstacles.
Implemented a strategy board game in Java which can be played by two players or versus the computer. Game is played using the system console to input players moves and display game board after each move.