This project is an iOS application built using Swift and SwiftUI. It fetches data from the Rick and Morty API to display information about characters, episodes, and locations from the popular TV show. The app was developed as part of a technical test.
- Language: Swift
- UI Framework: SwiftUI
The app uses the Rick and Morty API to fetch data.
The app implements an in-memory cache system. While the user navigates through the app, responses from API calls are cached in memory to enhance performance and reduce redundant network requests.
This system could be modified to implement persistent caching, allowing data to be stored locally and remain accessible even if the user terminates the app.
- Compiled with Xcode 16.1

