Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 846 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 846 Bytes

Swift Rick & Morty App

image Full featured iOS app showcasing the Rick and Morty API.

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 15
  • Leverages free Rick & Morty API

Design

The app will focus on five key areas:

Characters Locations Episodes Settings Search

Each section will be developed incrementally, allowing you to learn about design best practices, trade-offs, separation of concerns, and multi-platform deployment (mac, iOS, iPadOS).