Live Stocks is a one place trending stocks's price visualiser in real time.
- Usage of functional based components using Hooks
- Implementation of WebSockets
- Price history
- Live tickers
You can view a live demo over at https://live-stocks-tahir.netlify.app/
To get the frontend running locally:
- Clone this repo
- npm install to install all req'd dependencies
- npm start to start the local server (this project uses create-react-app)
- Local web server will use port 3000.
