COVID-19 Tracker

A website for tracking COVID-19 Cases made by using ReactJS.
Hello there, if you want to clone my project here are the steps to clone it on your local machine.
You can view the website live at https://mayursamnani36.github.io/Covid19-Tracker/.

Clone the project

Use this command to clone the project.

git clone https://github.com/mayursamnani36/Covid19-Tracker.git

Installing requirements

To install requirements related to this project run this command.

npm install .

Run the server

To run the server use this command.

cd Covid19-Tracker
npm start

Drop a star if you like it.