So my former coding partner Collins from Microverse and I decided to create a simple dashboard to track the novel coronavirus. This dashboard which is live here offers the following features that differentiate it from the others:
This dashboard is far from being perfect, as we know a lot could be added to it. However, this is our little quota in helping people have an idea of how this disease is spreading and what can be done to slow its spread.
The data is being sourced from https://www.worldometers.info/coronavirus/ and COVID-19 (2019-nCoV) Data Repository by Johns Hopkins CSSE through this library
This dashboard is using vanilla Javascript for the most part and reactjs(without create-react-app) to display the cases label on the welcome page. The graph is implemented with Chartjs and we used DatatableJS to display the data in the table with searching, sorting and pagination abilities.
The project is open-source, therefore you could also contribute to it here.