Skip to content

A cross-platform mobile app written in C# using Xamarin.Forms that gets up-to-date COVID-19 data by utilizing the REST API at https://corona.lmao.ninja/

License

Notifications You must be signed in to change notification settings

BrettFlavin/Xamarin_COVID19tracker_App

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

README

Report Bug · Request Feature

Table of Contents

About The Project

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.

Built With

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.

Usage

Here are some example screenshots of the application running on an Android device:

Global totals:

State Totals:

Country Totals:

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions make the open source community an amazing place to learn, be inspired, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Adding some feature that is amazing!')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Author:
Brett R. Flavin - brettflavin@yahoo.com

Project Link: https://github.com/BrettFlavin/Xamarin_COVID19tracker_App

Acknowledgements

About

A cross-platform mobile app written in C# using Xamarin.Forms that gets up-to-date COVID-19 data by utilizing the REST API at https://corona.lmao.ninja/

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published