Skip to content

Fiestaman/StockPrices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Prices Checker

Stock prices checker built using React.

Installation

  1. Clone the repo.
  2. Run npm install to install.
  3. Go to financialmodelingprep.com and sign up for a free API key.
  4. Create .env file in root folder.
  5. Inside .env file add entry for REACT_APP_API_KEY with value set to your API key created in step 3.
  6. (optional) Modify stocksArr in Dashboard.js file to include the symbols you'd like to show on the dashboard.

How to Use

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published