Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 683 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 683 Bytes

Visualisation Playground

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 .

Built With

  • ReactJS.
  • Highcharts.
  • ChartJS.

Powered by

  • Coingecko API

Development

  1. Clone the Repository and change directory
git clone https://github.com/chideraao/visualizations-playground.git
cd visualisation-playground
  1. Install the dependencies.
npm install
  1. Run app locally.
npm start

Shalom!