A simple ReactJS app that displays latest stats about COVID-19.
- git clone https://github.com/sambreen27/covid19.git
- cd covid19
- npm install
- npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
GET https://covid19.mathdro.id/api -> global cases information
GET https://covid19.mathdro.id/api/countries -> countries that are available in the API
GET https://covid19.mathdro.id/api/countries/{countryName} -> get specific country's covid-19 cases data
API provided by: https://github.com/mathdroid/covid-19-api