This project showcase the OHLC chart developed without using any library.
$ yarn && yarn start
- This UI is written on top using React (Without
create-react-app
). - Uses bootstrap as CSS framework.
- Use Webpack to bundle.
- Use free
https://www.alphavantage.co
APIs to get stock data. - Chart is design to be responsive.