
Fitstagram Team Project
November 2021 - December 2021
As part of EECS 493 (User Interface Development), collaborated with fellow students Yash Poddar and Sravani Battula to develop Fitstagram: an Instagram-like web app to coordinate fitness groups and motivate friends to get healthier through sharing photos of food or workouts.
Tools Utilized: Vue.js, HTML5, CSS3, JavaScript, Visual Studio Code
Contact Me for Code

Scalable Wiki Search Engine
April 2021
Developed a scalable search engine to retrieve Wiki articles based on PageRank scores utilizing Hadoop and MapReduce. Wrote a RESTful API index server with Flask backend, and implemented a client Google-like search interface to display results and call the API. Final project for EECS 485 (Web Systems).
Tools Utilized: Python, Flask, HTML5, CSS3, SQLite, Hadoop, Visual Studio Code
Contact Me for Code

SQL Simulator for Bash
October 2020 - November 2020
Built a SQL simulator to emulate a relational database that supports create, select, print, insert, delete, and join queries efficiently using C++ that runs on Bash. In addition, implemented indexes using hash maps and binary search trees for rapid indexing and joining of queries. Developed for EECS 281 (Data Structures and Algorithms).
Tools Utilized: C++, Bash, Visual Studio
Contact Me for Code

Wheel of Fortune Clone
October 2020 - November 2020
Developed a multiplayer Wheel of Fortune game clone with Java and the Swing GUI toolkit; project developed for EECS 285 (Practical Programming in Java).
Tools Utilized: Java, Swing GUI, IntelliJ
Contact Me for Code

JK Rentals, Inc. Mobile Application
June 2020 - September 2020 (on hiatus)
Developing a cross-platform mobile app (Android and iOS) for a local apartment rental business, JK Rentals, Inc. This app will help expedite the application process for new tenants. Plan to add more communication features and expand this app to more companies in the near future.
Tools Utilized: C# .NET, XAML, Xamarin Forms, Visual Studio
GitHub Repository
Personal Website version 2.0
April 2020 - June 2020 (site still being updated)
Designed and developed a personal website to show my portfolio of skills and projects. In addition, this website was designed from scratch to replace my previous GitHub Pages site, breaking free from template design constraints and gaining a more thorough understanding of HTML, CSS, and JS.
Tools Utilized: HTML5, CSS3, JavaScript, jQuery, Visual Studio Code
GitHub Repository
Store Scraper
January 2020 - April 2020
Developed a web scraper in Python to scrape the top search result from three retailers and return the lowest price. Utilized BeautifulSoup to scrape the retailers and used Selenium to emulate a real web browser and bypass dynamic JavaScript changes. In addition, created and published a tutorial on Enlight, an open-source educational platform that helps one learn to code by building cool projects.
Tools Utilized: Python, BeautifulSoup, Selenium, Visual Studio Code
GitHub Repository | View Enlight Tutorial
Eventempo
December 2019 - February 2020
Built a UWP countdown timer app for Windows 10 devices. Some features include support for multiple event countdown timers, ease of use, event autosave, colorful customization, and notification alerts. Worked on this app during winter break of my freshman year in college, and released incremental updates to the app in the following months.
Tools Utilized: C# .NET (backend), XAML (frontend), Visual Studio
GitHub Repository | Download on the Microsoft Store