IMDB-like app for video games. You can search for games, add them to your favorites, delete them from your favorites, get details of that game etc.
Used RAWG video games database from RapidAPI.
Used Retrofit2 as REST API client.
Used Coroutines, LiveData/ViewModel