Small app for implementing Great-circle_distance formula. You can check who can go to your party depending of their position (Coordinates)
- SnapKit: Used for Programatic Layout Design (http://snapkit.io/)
- Moya: Used for creating a Networking layer (https://github.com/Moya/Moya])
- Use of MVVM Desing pattern
- Networking layer with Moya and Alamofire
- Unit Tests for user coordinates
- Use of CoreLocation and MapKit Frameworks
- Codable Protocol
- Progamatic UI with SnapKit & Storyboards
- Use of Functional Programming patterns