Projects

Color Belts

Color Belts

link

I have been a big fan of Rubik's cubes/puzzles for the past 11 or so years, always keeping one (or currently 3) close by. The interesting thing about the Rubik's cube is that it appears to be much harder to solve than it actually is and I felt as though that always discouraged people from giving it a shot. So, I had an idea to potentially act as a gateway to invite more people to give it a shot. Color belts is essentially a 2-D implementation of a Rubik's cube where the objective of the game is to try get the color of each cell to match the color of its border using the triangular arrow buttons. With such a big grid, this game is best played on a tablet or computer.

HTML • CSS • JavaScript


Codenames

Codenames AI

link

In fall '23, I teamed up with 3 other students to create an AI for the game Codenames. We started out by scraping words from Wikipedia, Dictionary.com, and Thesaurus.com to generate TFIDF vectors that were used to gauge the similarity of words. After that, we used Minimax and Randomized-Search algorithms to strategically provide clues to the players. This project was made for our Artificial Intelligence class.

Python


Mood Palette

Mood Palette

link

In spring '23, myself, along with 5 other students created a web application that allows users to track their moods and receive songs to complement their moods as well as help track the users' habits. To accompany them on their journey through our application, we also created our Mood Palette mascot, the Moo Pal which users can dress in different outfits. This project was made for our Software Engineering Senior Project class.

MongoDB • Express • React.js • Node.js


LaunchPad Website

LaunchPad Website

link

As the web development lead of LaunchPad, I led a team of 4 other students to create a website for our organization to help improve visibility and better communicate our purpose to prospective members and sponsors. In addition to delegating tasks and setting deadlines, I also contributed to designing and creating some of the pages.

React


This Website

This Website!

link

To showcase my experiences throughout college, I wanted to create a website to document some of the highlights! Having previously used a template for my website, I took this as an opportunity to not only revamp my website, but dive deep and learn more about HTML and CSS to create the layout that you see here. As for the duck? Just something I like to draw :)

HTML • CSS • JavaScript


Purdue Circle

Purdue Circle

link

In spring '22, myself, along with 5 other students created an android social media application geared towards Purdue Students. It was a platform for Purdue students to post pictures, interact with those pictures, and send private messages to one another. This application was made for our Software Engineering class.

Java • Android Studio • Firebase


Dots and Numbers

Dots and Numbers

link

Inspired by an Indian newspaper game, my team decided to recreate this game for BoilerMake IX. With little past experience with HTML, CSS, and JavaScript, we initially started out by creating the dots and boxes game and modified it from there.

HTML • CSS • JavaScript


Shell

Shell

I created a Shell interpreter that incorporates several features from other popular interpreters like bash and csh for our Systems Programming class. We incorporated features such as wildcarding, line editing, and subshells and used Lex and Yacc to parse through the user's input.

C • C++ • Lex • Yacc


ChromeCart

ChromeCart

link

For BoilerMake VIII, my team and I decided to make a Google Chrome extension that allows users to aggregate their shopping carts for various online shopping platforms such as Amazon, Walmart, Ebay, and more. Through our extension, users are also able to conveniently go to the checkout of the stores in addition to viewing their past carts.

HTML • CSS • JavaScript


Song Searcher

Song Searcher

In my freshman year of college, as a mentee of LaunchPad, I worked to create a web application that helps users find songs based on different attributes about the song (such as the lyrics, tempo and genre).

React


Mood Palette

Class Searcher

As part of my very first hackathon, I worked with three other students in my freshman year to create a tool that would help fellow Purdue students find classes based on their interest. It prompts the user to enter different topics that they like and then sifts through the descriptions of the different classes Purdue has to offer.

Java