/covid19-react

A Covid19 Coronavirus Monitoring Built with React. Demo https://azharisikumbang.github.io/covid19-react/

Primary LanguageJavaScript

covid19-react

This project is build for monitoring covid19 statistics in World and Indonesia. By accessing this web you can get information about how many poeple confirmed, recovered, and deaths by coronavirus. The data source from https://covid19.mathdro.id.

You can access the web on this link https://covid19.coretanit.com

Installation

You can follow this step by step to deploy this to your local server

mkdir covid19
cd covid19
git clone https://github.com/azharisikumbang/covid19-react.git

Install the package before running

npm install

And now running the app

npm start

Now, goto web browser and open http://localhost:3000