Skip to content

alipolat-js/covid-19-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid 19 Watcher

Overview

Covid 19 Watcher is an application that shows the total coronavirus cases and deaths worldwide and the covid 19 graph of all countries.

Covid 19 Watcher is a ReactJS based web application.

Features

  • Worldwide covid 19 cases and deaths chart
  • All cases, deaths and recovery numbers of the selected country

Data shown in the chart:

  • Cases
  • Deaths
  • Recovered

Live App

https://cov19watcher.alipolat.tech

or

Run Locally

You must have NODE and NPM installed on your computer for run.

git clone https://github.com/alipolat-js/covid-19-watcher.git

cd covid-19-watcher

npm install

npm run start

If you get the 'ERR_OSSL_EVP_UNSUPPORTED' error on node v17 and above, run as follows:

export NODE_OPTIONS=--openssl-legacy-provider

npm run start

Build using React

Resources

Contributing

Thank you for considering contributing! Please use GitHub issues and Pull Requests for Contributing.

Licence

No license. You can fork the project and use it as you wish. Good luck everyone

Designed & developed by Ali POLAT in August 2021.