Stock prices checker built using React.
- Clone the repo.
- Run
npm install
to install. - Go to financialmodelingprep.com and sign up for a free API key.
- Create .env file in root folder.
- Inside .env file add entry for REACT_APP_API_KEY with value set to your API key created in step 3.
- (optional) Modify stocksArr in Dashboard.js file to include the symbols you'd like to show on the dashboard.
Run npm start
to start app. Click on Stocks to see the dashboard. The dashboard shows current price of stock and their symbol. Click on a stock to access page for stock. Stock page will show more extensive information about stock. You are able to update stock price on stock page by clicking refresh.