Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bumbaiya/covidtracker
- Owner: BUMBAIYA
- License: apache-2.0
- Created: 2022-07-10T10:21:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-31T08:04:11.000Z (about 1 year ago)
- Last Synced: 2024-11-03T17:24:49.624Z (3 months ago)
- Topics: covid-19, covid19, freeapi, mui, muiv5, react, reactjs, tracker-application
- Language: JavaScript
- Homepage: https://bumbaiya.github.io/CovidTracker
- Size: 4.66 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```