The project is about a stock trading system in which users can trade and analyze in the stock market using real time data.
USERDATA.json and UserAccount_data.json store the user's data . org.json.jar library is also used . To start the program , run Main.java . Some outputs are displayed in the terminal. An internet connection is required.
Upon running Main.java this window will appear ,
User can can create an account or log in. On clicking Create Account , this window appears ,
On creating an account a unique User Id is generated and displayed .
Following this a window appears where you can access all the features of the project,
This project was part of the course IT-150 .