A SwiftUI iOS application that provides a list of airports from around the world, allowing users to view detailed information and the airport's location on a map.
- Browse Airports: Browse airports by continents and countries.
- Search: Easily find airports by name, country, or continent.
- Detailed Info: View detailed information for any airport, including name, identifier, continent, and geographical coordinates.
- Map View: See the airport's exact location on a hybrid map.
- Clone this repository:
git clone [email protected]:brunomunizaf/Terminal1.git
- Open the project in Xcode.
- Build and run the application on a simulator
- Browse airports by scrolling through the list.
- Tap on a country to expand and see the list of airports.
- Tap on an airport to view its detailed information and location on the map.
- Use the search bar at the top to quickly find a specific airport.
- SwiftUI
- MapKit
- Lottie