An open API service indexing awesome lists of open source software.

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

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)