Aquima / RickAndMortyKMP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RickAndMorty App Challenge Build Kotlin Multiplatform Mobile Apps for iOS and Android

preview

Story: Customer requests to see their info about Ryck And Morty TV Serie

Narrative #1

The customer has requested an app that allows them to review every single
character from the popular TV show Rick and Morty. The customer has provided
a web URL https://rickandmortyapi.com/ that offers all the information they need.
The MVP of the app should allow the user to review a list of all characters
and retrieve information about the selected character. 

The following are the acceptance criteria:

- Any third-party libraries can be used, but wisely, as each library added is a
  dependency in the code.
- The project should be structured in such a way that it showcases the implementation
  of things like SOLID. The app will be used to discuss actual code.
- The company is image-oriented, and UX is essential.
- Endpoints from https://rickandmortyapi.com/ can be used, and performance
  will be discussed.
- The app should shine in some aspect. If the candidate's strengths are in the code,
  most of the time will be spent discussing the code.

About


Languages

Language:Kotlin 85.9%Language:Swift 14.1%