This project processes a list of locations in a .csv file and displays it in a .NET Core, WPF app. The user is allowed to search through the address field and view closest neighbors to any location. The main focus was on speed and accuracy, and design decisions were made accordingly. Developed in Visual Studio 2019 on Windows.
To Build:
- Right click on the solution -> Restore Nuget Packages
- Right click on the solution -> Build