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

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.

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.