Technologies Used

PYTHON

JAVA

SQL

HTML

CSS

JAVASCRIPT

BOOTSTRAP

UNITY

C++

C#

ASP.NET

ReactJS

Featured Projects

After Twilight

Designed an Dark, FPS Survival Shooter with C# and the Unity Game Engine.

For the Love of Dice

Designed an Arcade game about dice in 15 hours for the GMTK Game Jam.

Pathfinding Visualizer

Designed a Pygame application for visualizing pathfinding algorithms on randomly generated weighted graphs. Implemented Dijkstra’s algorithm, A* Search Algorithm, BFS, Bi-directional Dijkstra and Bi-Directional BFS. User can also find paths between the source and two destinations using Dijkstra and BFS.

Github

My PAG

Worked in a team to develop a Desktop, Web and Mobile application to act as a Personal Academic Guide for students. Developed a Windows Form application, developing an API using to interface between the application and the information stored in the database, which was created with SQL, and hosted on an azure server. To create the Web application, we used the same API from the desktop application to interface with the same database, but used ASP.NET, HTML/CSS and Bootstrap to design the Front-end. The mobile application was created by wrapping the web application into Xamarin forms as an android APK . The Desktop Application installer and android APK is available for download on the website.

WEBSITE HERE

Weather App

Developed an application to get weather conditions from a user, anywhere in the world using ReactJS, CSS and Bootstrap. User’s longitude and latitude is taken, using geolocation, then passed into the API call. Weather conditions were returned for the user’s current location. A five day weather forecast option is in development.

Github

DEMO HERE

Multiple Choice Quiz

Developed a quiz game using JavaScript, HTML and CSS. Ten Questions and their respective answers were stored in an XML file. Five random questions were picked from a list for the user to answer.

Github

DEMO HERE

Slime Takeover

Led a team of 3 to develop a 2D action survival game within a week. Harnessed the power of the Unity Game Engine and the C# language to bring the game to life. The game was showcased at USC’s Open Day 2019.

Lyrics Scraper

Developed a Python application to scrape lyrics from the genius website. Beautiful Soup and requests were used to scrape the lyrics from the internet. Lyrics were scraped from the first (most popular) result from looking up a certain song and artist name entered by the user.

Github

Other Projects