Skip to content

Latest commit

 

History

History
executable file
·
34 lines (22 loc) · 731 Bytes

README.md

File metadata and controls

executable file
·
34 lines (22 loc) · 731 Bytes

Stock Price Checker

Single-page app that allows users to enter a stock symbol and retrieve information on the current stock price and company's description.

Installation

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.

How to Use

Enter stock symbol in input field and click search button.

Approach

  1. Create react app and node server files
  2. Test API with tokens
  3. Incorporate autosuggest
  4. Refine styling of entire app

Screenshot

"Sample Screenshot"