This is the frontend for a stock tracking app that predicts the future the price of a stock. Users are able to view stock data, stock graph, stock news and build a stock portfolio which tracks and calculates their Profit/Loss.
Backend - Hosted on DigitalOcean
- View stock data
- View stock graph
- View stock news
- View AI stock predictions
- Create a stock portfolio
- Manage stock trading investments in the portfolio
- Track performance of stock portfolio
Clone the repo:
git@github.com:rorybush/StockTracker-FE.git
Change the directory:
cd StockTracker-FE/
Install the dependancies:
npm i
Run React
npm run start
Node.js 18.0