Web page that shows the covid statistics of the country of Chile, all the confirmed cases, the deaths and also the daily statistics. It also shows the covid statistics of each region of the country, and its flag. This is the capstone project for the third Microverse module, React and Redux.

Check the live demo for this project here.
To get a local copy up and running follow these simple example steps.
You need to be able to use Node Package Manager, or also called, the npm command.
If you dont have it, install it with these commands in the CLI (for Linux):
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt install nodejs
Then, run this command in the CLI:
npm --version
If the previous command prints a single line with a version number on screen, npm was installed.
First you need to clone the repository into the folder of your choice with this command:
git clone https://github.com/Yothu/covid-19-monitor.git
Then go inside the repository foler with this command:
cd covid-19-monitor
After you are inside, download the npm dependecies with this command:
npm install
Finally, show the project through the browser with this command:
npm start
confirmed cases and deaths.? David Vergaray
Original design created by Nelson Sakwa in Behance.
This project is MIT and Creative Commons licensed.
Give a ️ if you like this project!