Computer Science Capstone Project
TIMELY
For this project, we used Flutter and Android Studio to create a mobile application that helps individuals to get to their scheduled appointments on time.  Using a machine learning algorithm and through connecting to calendar services such as google calendar and Microsoft outlook, Timely estimates the travel time between your scheduled events and alerts you when you need to leave based on a multitude of factors.
Learn More:
Spreadsheet Project
For this project, we used Windows Forms to create an editable spreadsheet that allowed users to input numbers, text, or formulas that involved other cell data and would update the cell value with the completed calculation from the formula.  This spreadsheet would also allow the users to save spreadsheet data as xml based .spdsht files and would allow them to open and edit these files as well.  Images of the final product can be seen below.
TankWars Game Project
For this project, we used given sprites to create a TankWars game that allowed players to gain points by killing other players, kept count of player lives, and more.  We implemented both a client and server code using C# and used Windows Forms to craft the GUI.  Images of the final product can be seen below.
Spreadsheet Networking Project
For this project, we used a previously created spreadsheet and added networking for a server and client applications so that multiple people could connect to the spreadsheet at once and all edit it at the same time. This project also added features such as saving the spreadsheet over the network, allowing for undoing, redoing, and reverting cell contents, and more.  Images of the final product can be seen below.

You may also like

Back to Top