Stock market web app to display the S&P 500 winners and losers, most active and top volume stocks from the previous day. It uses the IEX API on the /quotes page and the Robinhood API on the homepage for a more diverse dataset.
- From the command line, install the npm dependencies via
npm install(oryarn). - Afterwards, run
npm run dev(oryarn run dev) to start up the local server. - The app should now be available at http://localhost:4444