https://github.com/PPacie/CombineBookSearch
SwiftUI + Combine + MVVM - Book search example
https://github.com/PPacie/CombineBookSearch
Last synced: 7 months ago
JSON representation
SwiftUI + Combine + MVVM - Book search example
- Host: GitHub
- URL: https://github.com/PPacie/CombineBookSearch
- Owner: PPacie
- Created: 2019-06-20T13:53:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-30T14:49:11.000Z (almost 6 years ago)
- Last Synced: 2024-11-16T04:32:00.462Z (about 1 year ago)
- Language: Swift
- Homepage:
- Size: 11.9 MB
- Stars: 64
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-about-SwiftUI - CombineBookSearch
README
# CombineBookSearch
SwiftUI + Combine + MVVM
Example project of [SwiftUI](https://developer.apple.com/xcode/swiftui) and [Combine](https://developer.apple.com/documentation/combine) using [MVVM](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel) architecture pattern.
## Requirements
- Xcode 11 Beta 5
- macOS 10.15 Beta 5 for SwiftUI Previews
## Credit
- It makes uses of the [Google Books API](https://developers.google.com/books/docs/v1/using) to perform the search.
- [ra1028](https://github.com/ra1028/) for the inspiration :)