Employee handbook app consists of only two screens but at the same it supports network requests and their caching, various actions with data (search, sorting, filtering) and screen state management (different loading and error states).
If you want to read about app architecture, you can check this link or if you want to check package structure, I suggest you to navigate here.
This app was implemented as my implementation of this test assignment. You can get the design from here and api from here. There is an issue with loading user profile images on the backend side.
If you're not familliar with epoxy, I suggest to check this channel and read the official AirBnb Epoxy wiki.