TravelMate integrates three distinct third-party APIs to create an application that assists you in checking weather conditions while traveling. You can specify your departure and destination locations, customize preferences for temperature, rainfall, cloud cover, and wind conditions. Explore the conditions of each result and select the one that best suits your preferences. Enjoy a personalized travel experience with TravelMate!
API keys are hardcoded into the code, which is not ideal. This is a result of course requirements that stipulate the software must be executable without requiring registration for any services to obtain API keys. :)
- Visual Studio 2022 (Comminity), or other similar IDE
- .NET Multi-platform App UI development kit, check image: MAUI kit.
- Open visual studio
- Select open project/solution
- Select TravelMate.csproj file
- Run project from the top bar "Windows Machine": how to run
Check our youtube video: https://www.youtube.com/watch?v=RF061WbnHsI
Check design document pdf for more details :)