Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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. Search

As 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