Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/XKCDY/app
💥 a modern xkcd iOS client
https://github.com/XKCDY/app
app comic ios swiftui xkcd
Last synced: 3 months ago
JSON representation
💥 a modern xkcd iOS client
- Host: GitHub
- URL: https://github.com/XKCDY/app
- Owner: XKCDY
- License: gpl-3.0
- Created: 2020-06-24T22:12:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T19:20:47.000Z (6 months ago)
- Last Synced: 2024-05-20T20:02:27.441Z (6 months ago)
- Topics: app, comic, ios, swiftui, xkcd
- Language: Swift
- Homepage: https://xkcdy.com
- Size: 875 KB
- Stars: 38
- Watchers: 3
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - XKCDY for xkcd
README
# XKCDY / app
This is the source code of the [XKCDY](https://xkcdy.com) app.
I built this app primarily as a way to learn Swift and SwiftUI. Because I was learning as I built this, there's probably a few weird architecture / design decisions. PRs are welcome. 😃
### Packages & Technologies
- [Alamofire](https://github.com/Alamofire/Alamofire) (HTTP requests)
- [ASCollectionView](https://github.com/apptekstudios/ASCollectionView) (incredible SwiftUI library for grid layouts)
- [SwiftyStoreKit](https://github.com/bizz84/SwiftyStoreKit)
- [SwiftUIPager](https://github.com/fermoya/SwiftUIPager)
- [Kingfisher](https://github.com/onevcat/Kingfisher) (images)
- [Realm](https://github.com/realm/realm-cocoa) (database)
- [Fastlane](https://fastlane.tools/) (automated builds)