Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.37 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.37 KB

Сovid19 Tracker

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.

Screenshots

What functionality does the application provide to the user?

The user can:

  • 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

Development Setup

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.

Building the Code

  1. Clone the repository using HTTP: git clone https://github.com/RuTiKeyOne/Covid19Tracker

  2. Open Visual Studio.

  3. Click on 'Open an existing Visual Studio project'

  4. Browse to the directory where you cloned the repo and click OK.

  5. Let Visual Studio import the project.

  6. Clicking run button.