heilybestre / react-stocks-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stocks App using React & TailwindUI connecting to Finnhub.io API

This is a simple stocks application that can search for any ticker symbol and display the following information from Finnhub.io API:

  • Stock symbol, name, and logo
  • Latest price and currency
  • 12-month stock candles price data in a Charts.js line chart

It also displays the last 10 recent searches.

Install and start the server

$ npm install
$ npm run build
$ npm run start

http://localhost:3000

About


Languages

Language:JavaScript 82.3%Language:HTML 11.1%Language:CSS 6.6%