A simple dashboard that displays an overview of 5 stocks and visualizes each stock's data over the last seven business days.
Built by Nethanel Kohen.
$ git clone https://github.com/nethanelkohen/stockbuzz
$ cd stockbuzz
$ npm install && npm start
- React is a JavaScript library for building user interfaces.
- IEX is a reliable, enterprise API which provides real-time stock market data.
- Bulma is an open source CSS framework based on Flexbox and used by more than 100,000 developers.
- react-chartkick is a library that creates beautiful JavaScript charts with one line of React.