https://github.com/faisalsayed10/swift-ui-landmarks
A simple app built by following the Swift UI guide from Apple
https://github.com/faisalsayed10/swift-ui-landmarks
Last synced: 2 days ago
JSON representation
A simple app built by following the Swift UI guide from Apple
- Host: GitHub
- URL: https://github.com/faisalsayed10/swift-ui-landmarks
- Owner: faisalsayed10
- Created: 2024-05-10T13:51:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T16:56:42.000Z (about 2 years ago)
- Last Synced: 2025-02-21T20:37:24.719Z (over 1 year ago)
- Language: Swift
- Size: 4.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Landmarks
This is a simple project to demonstrate how apps can be built using SwiftUI. The app contains a simple list of landmarks, each with a detail page that shows a picture, description and a map of the location. You can also mark a landmark as a favorite, which will be saved locally on the device.
# Resources
- [SwiftUI](https://developer.apple.com/xcode/swiftui/)
- [SwiftUI Tutorials](https://developer.apple.com/tutorials/swiftui/)
- [SwiftUI Documentation](https://developer.apple.com/documentation/swiftui)