Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.19 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.19 KB

Stock Trading System

The project is about a stock trading system in which users can trade and analyze in the stock market using real time data.

Getting Started

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.

Demo

Upon running Main.java this window will appear ,

First page

User can can create an account or log in. On clicking Create Account , this window appears ,

Create Account

On creating an account a unique User Id is generated and displayed .

User ID

Following this a window appears where you can access all the features of the project, Welcome Window

This project was part of the course IT-150 .