https://github.com/voghdev/rickandmorty
Some refactors and architectural research on top of juan1393/RickAndMorty/
https://github.com/voghdev/rickandmorty
Last synced: 4 months ago
JSON representation
Some refactors and architectural research on top of juan1393/RickAndMorty/
- Host: GitHub
- URL: https://github.com/voghdev/rickandmorty
- Owner: voghDev
- Created: 2020-07-10T07:40:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T08:48:38.000Z (10 months ago)
- Last Synced: 2025-04-05T10:28:22.483Z (9 months ago)
- Language: Kotlin
- Homepage:
- Size: 4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/voghDev/RickAndMorty)
# RickAndMorty
Android app showing a Clean Architecture implementation using Rick and Morty API
This is a fork of [the original repo from @juan1393][1], adding some refactors and improvements
Huge thanks to [Juan][2] for the original codebase to start
- Added Instrumentation Tests with espresso
- Configured koin to replace all dependencies with Test doubles of our preference
- Replaced custom `Either` class with `Either` from [arrow-kt][3]
- Added Continous Integration with [travis-ci][4]
- Renamed Views
![Screenshot][5]
[1]: https://github.com/juan1393/RickAndMorty
[2]: https://github.com/juan1393
[3]: https://arrow-kt.io/
[4]: https://travis-ci.com
[5]: ./screenshots/rickandmorty.gif