Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

47 lines (24 loc) · 1.25 KB

A simple ReactJS app that displays latest stats about COVID-19.

Installation

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

COVID-19 API

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

Tech Stack

Preview

  • Global Data Global Data Specific Country Data