Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)