Skip to content

This repository consists of code for React web app for tracking COVID-19 cases worldwide and country-wise. It shows the number of current & total COVID-19 cases, recovered cases and deaths. This app uses disease.sh - Open Disease Data API in backend for getting the COVID-19 data.

License

Notifications You must be signed in to change notification settings

kishore-s-15/COVID-19-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Tracker

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

Wireframe of the web app

Wireframe of the web app

Web App

Web App Worldwide cases

Web App Recovered cases India

Installation

Note : Follow these steps only if you want to run the web app locally in you machine or make changes to it

  1. Clone the repository into a folder
$ git clone https://github.com/kishore-s-15/COVID-19-Tracker.git
  1. 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.

  2. 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.

About

This repository consists of code for React web app for tracking COVID-19 cases worldwide and country-wise. It shows the number of current & total COVID-19 cases, recovered cases and deaths. This app uses disease.sh - Open Disease Data API in backend for getting the COVID-19 data.

Topics

Resources

License

Stars

Watchers

Forks