- 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.
git clone https://github.com/wonho-jung/covid-19-tracker.git
Go to the project directory
npm install
# or
yarn install
npm start
# or
yarn start