Skip to content

Web app that allows users to search real-time stock ticker prices.

Notifications You must be signed in to change notification settings

michael-38/stock-price-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Web app that allows users to search real-time stock ticker prices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published