https://github.com/taejoongyoon/flickrsearch
📸 iOS app, Searching Flickr with ReactorKit
https://github.com/taejoongyoon/flickrsearch
ios reactorkit rxswift swift
Last synced: about 1 year ago
JSON representation
📸 iOS app, Searching Flickr with ReactorKit
- Host: GitHub
- URL: https://github.com/taejoongyoon/flickrsearch
- Owner: TaeJoongYoon
- Created: 2018-09-22T19:12:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T11:14:07.000Z (over 7 years ago)
- Last Synced: 2025-03-22T01:51:12.610Z (about 1 year ago)
- Topics: ios, reactorkit, rxswift, swift
- Language: Swift
- Homepage:
- Size: 7.97 MB
- Stars: 34
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flickr Search
This project is about iOS with RxSwift, [ReactorKit](https://github.com/ReactorKit/ReactorKit).
A simple application which provides a [Flickr](https://www.flickr.com) Photo search
## View
---

## Libraries
- ### Architecture
---
- [ReactorKit](https://github.com/ReactorKit/ReactorKit)
- ### Rx
---
- [RxSwift](https://github.com/ReactiveX/RxSwift)
- [RxDataSources](https://github.com/RxSwiftCommunity/RxDataSources)
- [RxOptional](https://github.com/RxSwiftCommunity/RxOptional)
- ### UI
---
- [SnapKit](https://github.com/SnapKit/SnapKit)
- ### Networking
---
- [Alamofire](https://github.com/Alamofire/Alamofire)
- [Kingfisher](https://github.com/onevcat/Kingfisher)
- ### Parsing
---
- [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON)
- [ObjectMapper](https://github.com/Hearst-DD/ObjectMapper)
- ### Misc.
---
- [ReusableKit](https://github.com/devxoul/ReusableKit)
- [Then](https://github.com/devxoul/Then)