Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afrazcodes/rickandmortyiosapp
Rick & Morty iOS, iPadOS, & macOS App; written in Swift
https://github.com/afrazcodes/rickandmortyiosapp
ios swift swiftui xcode
Last synced: about 10 hours ago
JSON representation
Rick & Morty iOS, iPadOS, & macOS App; written in Swift
- Host: GitHub
- URL: https://github.com/afrazcodes/rickandmortyiosapp
- Owner: AfrazCodes
- Created: 2022-12-23T15:36:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T20:36:42.000Z (over 1 year ago)
- Last Synced: 2024-05-02T02:21:02.476Z (8 months ago)
- Topics: ios, swift, swiftui, xcode
- Language: Swift
- Homepage: https://youtube.com/@iosacademy
- Size: 29.6 MB
- Stars: 80
- Watchers: 6
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swift Rick & Morty App
Full featured universal (iOS, macOS, iPadOS) app showcasing the Rick and Morty API.
- [Support on Patreon](https://www.patreon.com/iosacademy)
- [Watch Full Series on YouTube](https://www.youtube.com/playlist?list=PL5PR3UyfTWvdl4Ya_2veOB6TM16FXuv4y)
- [Follow on LinkedIn](https://linkedin.com/in/afrazsiddiqui)![Rick & Morty App: iOS Academy](https://raw.githubusercontent.com/AfrazCodes/RickAndMortyiOSApp/main/cover.png)
## Overview
- Written in Swift
- Uses both UIKit and SwiftUI
- Designed with MVVM pattern
- No External Dependencies
- Pagination Support for data
- Auto layout Based
- Universal App: Run on iPhone, iPad, and Mac
- Built in Xcode 14
- [Leverages free Rick & Morty API](https://rickandmortyapi.com/)## Design
The app has five key area that we will build out step-by-step
1. Characters
2. Locations
3. Episodes
4. Settings
5. SearchAs we build each section of the project, you'll learn about proper design practices, trade off making, separation of concerns, and more. Moreover, you'll see how you can build and deploy an app on multiple platforms (mac, iOS, iPadOS).
## Testing & Notes
- This project will be fully unit and UI tested in an upcoming series. Given the size and breadth of the project, I've decided to intentionally separate this to make it more digestible.
- I plan to submit this to the App Store and will link a video for that here as well