Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshcasper/covid-tracker
😷Visualizing COVID-19 Data from all over the world, via a COVID-19 API, with a React Frontend Interface 🦠🔥
https://github.com/harshcasper/covid-tracker
covid-19 covid-19-india covid-api covid-virus covid19-data javascript react reactjs visualization
Last synced: 15 days ago
JSON representation
😷Visualizing COVID-19 Data from all over the world, via a COVID-19 API, with a React Frontend Interface 🦠🔥
- Host: GitHub
- URL: https://github.com/harshcasper/covid-tracker
- Owner: HarshCasper
- License: mit
- Created: 2020-04-12T10:17:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T20:17:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T02:45:07.457Z (about 1 month ago)
- Topics: covid-19, covid-19-india, covid-api, covid-virus, covid19-data, javascript, react, reactjs, visualization
- Language: JavaScript
- Homepage: covid-tracker.harshcasper.vercel.app
- Size: 1.38 MB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# COVID-19 Tracker Application
## 📌 Introduction
This is a React.js Application which consumes a [COVID-19 Data API](https://github.com/mathdroid/covid-19-api) to provide real-time statistics and data insight about the COVID-19 Pandemic that is currently wreaking a havoc around the world. The primary purpose of the project was to create a statistical visualization for the data obtained from this API and allow the user to get real-time updates about the Pandemic situation.
## 🏁 Technology Stack* [React](https://reactjs.org/)
* [Node.js](https://nodejs.org/)
* [CSS](https://en.wikipedia.org/wiki/Cascading_Style_Sheets)## 🏃♂️ Local Installation
1. Drop a ⭐ on the Github Repository.
2. Clone the Repo by going to your local Git Client and pushing in the command:```sh
https://github.com/HarshCasper/COVID-Tracker.git
```3. Install the Node Modules:
```sh
npm install
```4. At last, push in the command which will kickstart the application on Local Host:
```sh
npm start
```## 📜 LICENSE
[MIT](https://github.com/HarshCasper/COVID-Tracker/blob/master/LICENSE)