thobui997 / react_covid19_tracking_app

Build a app covid19 tracking use reactjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Covid-19 Tracking

A application to tracking covid-19 use reactjs

Acknowledgements

  • Know interactive with api use axios library.
  • Understand state and props in reactjs.
  • Know use MUI ui library.
  • Use style css module.

API Reference

Get all data of covid-19 worldwide

  GET https://covid19.mathdro.id/api

Get all data of covid-19 by country

  GET https://covid19.mathdro.id/api/countries/${country}
Parameter Type Description
country string Required. The name of country

Get daily data of covid-19

  GET https://api.covidtracking.com/v1/us/daily.json

Get list of countries with covid-19

  GET https://covid19.mathdro.id/api/countries

About

Build a app covid19 tracking use reactjs


Languages

Language:JavaScript 75.0%Language:HTML 19.4%Language:CSS 5.5%