Skip to content

Prafful33Tak/COVID-19-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Tracker

This is a COVID-19 Tracker web app made using react.js.

The data for this app is fetched from diseas.sh API, here is the link for that - https://disease.sh/docs/

The deployed web link for this project - https://covid-19-tracker-tak.netlify.app/

To run this app on your local system follow the following steps-

-Fork the repo

-Then click on code and copy the url

-Open up your terminal and run "git clone the_url"

-After that go to the folder and run command "npm install"

-Run command "npm start" and you will see the app running on your local host.