Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bumbaiya/covidtracker

Covid related stats of every country with table to filter and a map.
https://github.com/bumbaiya/covidtracker

covid-19 covid19 freeapi mui muiv5 react reactjs tracker-application

Last synced: about 1 month ago
JSON representation

Covid related stats of every country with table to filter and a map.

Awesome Lists containing this project

README

        

# COVID-19 Tracker

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

### [Live Site](https://bumbaiya.github.io/CovidTracker/)

![Webpage](https://github.com/BUMBAIYA/CovidTracker/assets/85615075/795b4a6d-ef67-42c5-8d42-37168b21dcdf)

## Introduction
This project is made using [Material-UI](https://mui.com/) library and ReactJs.

Project also includes a Map made using [React Leadflet API](https://react-leaflet.js.org/) which show data of all the Countries

API used is [disease.sh](https://disease.sh/) - Open Disease Data API

Setup:
- run ```git clone https://github.com/BUMBAIYA/CovidTracker.git``` in the prefered directory
- run ```npm i && npm start```