Divya Bhati
About Me
Hey! I'm a Senior in CS at the University of Illinois at Urbana-Champaign with plans on graduating in 2020. I'm proficient in Java, C++, Python, C, Javascript, and HTML+CSS. For fun I love playing basketball, creating or listening to music, and trying new restaurants with friends. To see my resume, GitHub, LinkedIn, or to send me an email check out the navbar below.
Projects
FNStat December 2018 - January 2019
FNStat is a Flask application I wrote to help compare players' Fortnite stats in an organized head-to-head manner. I retrieved the stats using the Tracker Network API, and used Javascript's Chart.js library to display the graphs. My only regret with this project is not having done this earlier because it would have saved hours of debate with my friends. I'm currently in the process of publishing it online for anyone to access, but until then you can download it for yourself.
ATS (Automated Trading Systems) October 2017 - Present
ATS is a project that myself and an assigned group chose to work on for CS 196. The goal of this project is to develop a website in which a user can enter two stock symbols and specify a time period to analyze them over. The user will then get presented with a graph displaying the stocks over the specified period along with an analysis of any possible correlation between the stocks. For now we don't have a registered domain for the site but you can download it from the repository and run it from your computer!
PONG++ April 2018 - May 2018
PONG++ is a personal project I developed in C++ using openFrameworks. This allowed me to utilize several external libraries for me to use custom fonts and images. I created the game sprites from scratch in Adobe Photoshop. The game can be played between two users or against a CPU, and I also enabled several color schemes to choose from. Check out the repository to play it yourself!