CS3750 Portfolio

Showcasing my group projects from CS 3750

Investment Tool Project

1

Functionality

Users enter their initial starting investment amount

3

and can then choose ticker symbols to invest into.

4

5

Once the user has made investments, they can view the history of their investments over the time that has passed since the investment was made.

2

Logic

The app is coded in Java and employs the Spring MVC framework, introducing web application functionality, and uses MySQL as its database management system, facilitating user information and investment history data retention.

Download the code!

Home