Skip to content

nethanelkohen/stockbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub top language

stockbuzz Logo

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.


Getting Started

$ git clone https://github.com/nethanelkohen/stockbuzz
$ cd stockbuzz
$ npm install && npm start

Technology Used

  • 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.