Landmarks is an iOS application that allows users to view and interact with a list of famous landmarks. Users can browse landmarks, view detailed information about each landmark, and mark their favorites.
- Browse a list of famous landmarks
- View detailed information about each landmark
- Mark landmarks as favorites
- Search for landmarks
- Map integration to show landmark locations
- Swift: The programming language used for iOS development.
- SwiftUI: Used for building the user interface.
- Combine: Used for handling asynchronous events and data binding.
- MapKit: Used for map integration to display landmark locations.
To get a local copy up and running, follow these simple steps.
- Xcode 11 or later
- iOS 13.0 or later
- Clone the repository
git clone https://github.com/your_username/landmarks-ios-app.git
- Open the project in Xcode
cd landmarks-ios-app open Landmarks.xcodeproj - Build and run the project on your simulator or connected device
- Launch the app on your iOS device or simulator.
- Browse the list of landmarks.
- Tap on any landmark to view detailed information.
- Use the favorite button to mark landmarks you like.
- Use the search functionality to find specific landmarks.
This project is licensed under the MIT License - see the LICENSE file for details.


