An open API service indexing awesome lists of open source software.

https://github.com/adamouization/corona-virus-insights-dashboard

Coronavirus dashboard visualisations entirely designed in D3.JS
https://github.com/adamouization/corona-virus-insights-dashboard

coronavirus coronavirus-analysis coronavirus-tracking covid-19 covid19 covid19-data d3 d3-visualization d3js d3v5 nodejs

Last synced: 6 months ago
JSON representation

Coronavirus dashboard visualisations entirely designed in D3.JS

Awesome Lists containing this project

README

          

# Coronavirus Insights Dashboard [![HitCount](http://hits.dwyl.com/Adamouization/Corona-Virus-Insights-Dashboard.svg)](http://hits.dwyl.com/Adamouization/Corona-Virus-Insights-Dashboard) [![GitHub license](https://img.shields.io/github/license/Adamouization/Corona-Virus-Insights-Dashboard)](https://github.com/Adamouization/Corona-Virus-Insights-Dashboard/blob/master/LICENSE) ![GitHub language count](https://img.shields.io/github/languages/count/Adamouization/Corona-Virus-Insights-Dashboard) ![GitHub top language](https://img.shields.io/github/languages/top/Adamouization/Corona-Virus-Insights-Dashboard)

This website aims to provide insights into the 2019 Novel Coronavirus COVID-19 by visualising the Johns Hopkins University Centre for Systems Science and Engineering through the D3.js library. It was developed in the context of a practical for our Information Visualisation module, requiring us to visualise any dataset in D3.JS.

You can visit the website here: [corona-virus-insights.fly.dev](https://corona-virus-insights.fly.dev/)

## Screenshots

![screenshot](https://i.postimg.cc/2yS6tC6P/screenshot.png)

## Usage

Clone the project, `cd` into the directory and run the following command:

```bash
npm install && npm start
```

Visit the local web app on the chosen port (`3000` by default) at `http://127.0.0.1:3000/`

## License
* see [LICENSE](path) file.