A time scheduling application that lets you know when you should leave, to reach events on time. It uses the Google Maps and Directions API to gather information on travel times, and keeps the use informed on this information, so they can make the appropriate decisions.
To run this project, Visual Studio 2022 is required. Specifically the .Net Maui UI development workload is required. Once installed this project can be opened in Visual Studio. It is important to supply your own API keys. The file "Agenda/Platforms/Android/AndroidManifest.xml" requires the Google Maps SDK for Android API Key and the file "Agenda/SQL Classes/MapsHelper.cs" requires the Google Directions API Key. Once this has been complete, the project can be built and run.