This web app has been developed using React & uses disease.sh - Open Disease Data API in backend for getting the COVID-19 data It is deployed using Firebase Hosting
Note : Follow these steps only if you want to run the web app locally in you machine or make changes to it
- Clone the repository into a folder
$ git clone https://github.com/kishore-s-15/COVID-19-Tracker.git
-
Then from the project folder, run
npm start
, which runs the app in the development mode.Open http://localhost:3000 to view it in the browser.
-
After making the necessary changes, if you want to deploy the web app run
npm run build
.This command builds the app for production, by bundling React in production mode and optimizes the build for the best performance.