Corona Tracker was a simple mobile app project built using C# and Xamarin.Forms to display the most accurate and up-to-date COVID-19 information available. The application's interface is somewhat basic and will probably be updated in future versions, as the main purpose was to simply consume and display stats from the free API @ https://corona.lmao.ninja/.
The API provides a wide range of real-time and up-to-date COVID-19 data to the app for a quick and easy view of COVID-19 totals globally, by state, and by country . The application makes use of a few plugins and NuGet packages to display graphs, check internet connectivity, convert JSON, etc.
This application was created in Visual Studio 2019 using Xamarin.Forms to target both iOS and Android mobile platforms. XAML is used for the UI and display, and C# for the code behind logic.
Here are some example screenshots of the application running on an Android device:
Global totals:
State Totals:
Country Totals:
See the open issues for a list of proposed features (and known issues).
Contributions make the open source community an amazing place to learn, be inspired, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Adding some feature that is amazing!'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Author:
Brett R. Flavin - brettflavin@yahoo.com
Project Link: https://github.com/BrettFlavin/Xamarin_COVID19tracker_App