a stock market trading game application created using ReactJs, Socket.io, CSS3, and IEX Cloud API. It consumes a rest API made in nodeJs and uses Socket.io to implement real-time stock price updates of companies listed on NASDAQ.
- react - https://reactjs.org/
- node - https://nodejs.org/en/download/
- npm
-
Clone repo
-
install dependencies
npm install
-
create .env file and fill it up with required values from .env.example
-
start server
npm start
-
Go to http://localhost:{your PORT}/timer/ and enter the username and password from your .env file when prompted
-
Add the timer values
-
Go to http://localhost:{your PORT} and start investing!