Projects

I've made various types of projects — some were basic and some were more complicated. So far I've developed 5 projects.

Friendify

This web app is built using the Spotify API and allows users to visualize their Spotify data. It fetches user data and displays it in a unique and intersting format by using HTML, CSS, JS, Python, and MongoDB.

HTMLCSSJSPythonSpotify APIMongoDB

Box Runner

Box Runner is a Unity 3D game where I learned how to interact with physics and player movement in an obstacle based running game. This project helped me to learn nuances of the Unity engine as well as sparking interest in game development as a whole.

C#Unity

Taste++

Taste++ was a custom made language that was created alongside a custom compiler as a spin on the C++ language. It was a college project made to teach us the fundamentals of compiler design and implementation.

CBisonCMakeFlex

LED Cube

I created a 3-D LED cube that was controlled via Arduino and could display various patterns and animations. For this project, I pushed myself to learn how to solder, wire, and use shift registers to control the LEDs. By giving myself a tight deadline, I was able to learn a lot about embedded systems and electronics.

CEmbedded SystemsArduinoSolder

Hotel SQL

Hotel SQL was a PostgreSQL project that was created to simulate a hotel management system. It was a college project made to teach us the fundamentals of SQL and database management. This was accomplished through a mix of Java and SQL.

ShellJavaPostgreSQLUML