/covid-19-tracker

real-time update to show status of Cov-19

Primary LanguageJavaScript

Covid-19-tracker

Preview

Features

  • Display the number of confirmed cases, recoveries, and deaths from COVID-19 for each country.
  • Use a world map to display the spread of COVID-19 cases, recoveries, and deaths across different countries.
  • Display live data on the number of COVID-19 cases by country, sorted by the number of cases.
  • Provide updates on the number of COVID-19 cases, recoveries, and deaths every 3 hours.

API

Installation

git clone https://github.com/wonho-jung/covid-19-tracker.git

Go to the project directory

npm install
# or
yarn install

Getting Started

npm start 
# or
yarn start