Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k-lpmg/GiTiny
An iOS app for GitHub with exploring trending
https://github.com/k-lpmg/GiTiny
clean-architecture github-app ios-app mvvm-c realm rxswift swift trending
Last synced: 3 months ago
JSON representation
An iOS app for GitHub with exploring trending
- Host: GitHub
- URL: https://github.com/k-lpmg/GiTiny
- Owner: k-lpmg
- License: mit
- Created: 2019-04-17T15:42:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T01:34:22.000Z (almost 5 years ago)
- Last Synced: 2024-04-29T15:32:06.499Z (6 months ago)
- Topics: clean-architecture, github-app, ios-app, mvvm-c, realm, rxswift, swift, trending
- Language: Swift
- Homepage:
- Size: 3.8 MB
- Stars: 271
- Watchers: 6
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rxswift - GiTiny - C architecture. (Open-Source-Apps)
- fucking-open-source-ios-apps - GiTiny
README
GiTiny is iOS app for GitHub with exploring trending.
Written in RxSwift and MVVM-C architecture.| | Features |
----------|-----------------
:fire: | Explore Trending Repositories and Developers
:mag: | Search Repositories and Users
:link: | Easy Web-Sufring with gesture
:no_mouth: | My GitHub profile
:new_moon_with_face: | Dark Theme
:octocat: | 100% Open source## Screenshots
## Installation
```sh
git clone https://github.com/k-lpmg/GiTiny.git
cd GiTiny
bundle
bundle exec pod install
open GiTiny.xcworkspace/
```## References
#### API
* [github-trending-api](https://github.com/huchenme/github-trending-api)
* [GitHub REST API v3](https://developer.github.com/v3/)#### Network
* [Moya](https://github.com/Moya/Moya)#### Reactive
* [RxSwift](https://github.com/ReactiveX/RxSwift)
* [RxDataSources](https://github.com/RxSwiftCommunity/RxDataSources)
* [RxGesture](https://github.com/RxSwiftCommunity/RxGesture)#### Architecture
* [CleanArchitectureRxSwift](https://github.com/sergdort/CleanArchitectureRxSwift)#### DB
* [realm-cocoa](https://github.com/realm/realm-cocoa)
* [RealmWrapper](https://github.com/k-lpmg/RealmWrapper)#### UI
* [PanModal](https://github.com/slackhq/PanModal)
* [AwaitToast](https://github.com/k-lpmg/AwaitToast)
* [FluidHighlighter](https://github.com/k-lpmg/FluidHighlighter)#### Tool
* [SwiftLint](https://github.com/realm/SwiftLint)
* [fastlane](https://docs.fastlane.tools/getting-started/ios/setup/)
* [Crashlytics](https://fabric.io/kits/ios/crashlytics)
* [AcknowList](https://github.com/vtourraine/AcknowList)## Design
* All Icons - [Icons8](https://icons8.com/app/)
* App Icon, Logo, Screenshots, Design support - YuSung Kim
* App name - MinHyuck Lee