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

https://github.com/adityakumawat97/covid-tracker

A react based app which will display the statistics about covid-19 using a simplistic UI and plot a graph
https://github.com/adityakumawat97/covid-tracker

axios-rest material-ui react react-graph

Last synced: 5 months ago
JSON representation

A react based app which will display the statistics about covid-19 using a simplistic UI and plot a graph

Awesome Lists containing this project

README

          

# COVID-19 Tracker

### [Live Site](https://covid19statswebsite.netlify.com/)

![COVID-19 Tracker](https://i.ibb.co/X87BqVY/Screenshot-2020-04-13-at-10-14-58.png)

## Introduction
I am going to use React, Charts.JS and Material UI to fetch data from an API and display it in a very minimalistic way.

* Displays global data in line chart format.
* Displays individual country data in a bar chart format

MORE SCREENSHOTS:

* Line Chart

![](main.gif)

* Bar Chart:

![](country.gif)
API used: https://covid19.mathdro.id/api

Setup:
- run ```npm i && npm start```