A minimalist project which shows beautifully styled, interactive and responsive visualisations of different types of data. From simple line and bar charts to more complex charts like OHLCs, candlesticks and maps.
The live project is available here .
- ReactJS.
- Highcharts.
- ChartJS.
- Coingecko API
- Clone the Repository and change directory
git clone https://github.com/chideraao/visualizations-playground.git
cd visualisation-playground
- Install the dependencies.
npm install
- Run app locally.
npm start