Skip to content

DylanHojnoski/stock-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Viewer

A site to view up to date stock information

Live Site

Run Locally

  • clone the repo
  • run npm install
  • create a .env file
  • get an api key from Financial Modeling Prep
  • in the .env file add REACT_APP_API_KEY=YOUR_KEY
  • replace YOUR_KEY with the api key you got
  • run npm start