Single-page app that allows users to enter a stock symbol and retrieve information on the current stock price and company's description.
After downloading files:
npm install
Note: May require new IEX API tokens (see server.js file)
To run in local environment:
yarn dev
Navigate to http://localhost:3000
to open app.
Enter stock symbol in input field and click search button.
- Create react app and node server files
- Test API with tokens
- Incorporate autosuggest
- Refine styling of entire app