This application allows you to determine the total number of cases of infection, the number of recoveries and deaths in the country or around the world.
Csharp
;WPF
.
Get total confirmed cases
;Get total recovered cases
;Get total deaths cases
;Get confirmed cases by country
;Get recovered cases by country
;Get deaths cases by country
.
Before you begin, you should have already downloaded the Visual Studio and set it up correctly. You can find a guide on how to do this here: Setting up Visual Studio.
Clone the repository using HTTP: git clone https://github.com/rutikeyone/covid-19-tracker
;Open Visual Studio
;Click on 'Open an existing Visual Studio project
;Browse to the directory where you cloned the repo and click OK
;Let Visual Studio import the project
;Clicking run button
.