javascriptFundamentalists / stock-data-visualizer

Data visualization app for stock market data using Quandl API
MIT License
2 stars 3 forks source link

Add fundamentals component #41

Closed zachwaite closed 4 years ago

zachwaite commented 4 years ago

Adds a slide in component to take up space at the right of the screen and demonstrate modularity of components. This component operates completely independently from the rest of the app... it makes its own api calls and doesn't rely on the parent for data at this point. IF we had a better set of data sources, it would be nice to integrate this component to populate with the data corresponding to the plot, but limited by the available free API's ...