ASP.Net MVC application to display the top 10 regions with most COVID cases. Display confirmed cases and deaths, sorted by cases in descending.
If the user selects some region and press the Report button, tthe grid will display the top 10 provinces with most COVID cases. Sorted by cases in descending.
Export data to: XML, JSON and CSV file with the current top 10.
In the follow link is the Live Demo plublished on Microsoft Azure.
API: Covid-19 API
- Visual Studio 2017
- C#
- .Net Framework 4.6.1
- ASP MVC
- Bootstrap