https://github.com/ref-bit/covid-19-tracker
An internationalized web app to track the latest Covid-19 virus stats around the globe.
https://github.com/ref-bit/covid-19-tracker
Last synced: 2 months ago
JSON representation
An internationalized web app to track the latest Covid-19 virus stats around the globe.
- Host: GitHub
- URL: https://github.com/ref-bit/covid-19-tracker
- Owner: Ref-Bit
- Created: 2020-04-12T14:46:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T20:00:09.000Z (4 months ago)
- Last Synced: 2025-01-18T04:29:16.319Z (4 months ago)
- Language: JavaScript
- Homepage: https://covid-19-virus-tracker.netlify.com/
- Size: 1.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Covid-19 Track App 🔬
An internationalized web app to track the latest Covid-19 virus stats around the globe.
## Introduction
This application supports 60 different languages for 181 countries and shows the data according to the country IP address.
See the instructions below to get you a copy of the project up and running on your local machine for development and testing purposes.***
#### Built With
- [covid19.mathdro.api](https://covid19.mathdro.id/api) - Covid19 Mathdro API
- [i18next](https://www.i18next.com/) - Internationalization Framework
- [freegeoip](https://freegeoip.app/) - Free IP Geolocation API
- [REST COUNTRIES](https://restcountries.eu/) - Get information about countries via a RESTful API
- [React.js](https://reactjs.org/) - Javascript Frontend Framework#### Getting Started
- Run `npm install && npm start` to run the app successfully.