Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 598 Bytes

File metadata and controls

23 lines (17 loc) · 598 Bytes

Overview

Stocks app using the finnhub.io api. Includes stock search feature and a React-Table to display ticker data. Prototype in tailwindcss.


Project Build-Outs

  • drag - drop feature
  • build out watchlist

Run

  • Run stocks-backend repo using rails s
    (if you are using a bundler run 'bundle exec rails s')
  • Run npm start

Edge-cases

  • returns null in when "." in symbol search
  • container spread display unequal

Ideas

  • play around with z-index in CSS