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
- Host: GitHub
- URL: https://github.com/adityakumawat97/covid-tracker
- Owner: AdityaKumawat97
- Created: 2020-05-01T12:14:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T19:49:38.000Z (almost 3 years ago)
- Last Synced: 2025-05-08T22:06:48.037Z (5 months ago)
- Topics: axios-rest, material-ui, react, react-graph
- Language: JavaScript
- Homepage:
- Size: 6.3 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COVID-19 Tracker
### [Live Site](https://covid19statswebsite.netlify.com/)

## 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 formatMORE SCREENSHOTS:
* Line Chart

* Bar Chart:

API used: https://covid19.mathdro.id/apiSetup:
- run ```npm i && npm start```