A java desktop app which acts as your personal financial assistant!
At backend, it has four jFrame forms named login.java, signup.java, portfolio.java and update.java
The first jFrame form is login.java where the user either sign up or sign in.If the user sign in , he/she will be forwarded to portfolio.java and if the user sign up, then he/she will be forwarded to signup.java where the user fills all credentials and finally goes to portfolio.java.
If the user wishes to update his credentials, then he will be forwarded to update.java