I wrote this Android app during a coding interview where I had 90 minutes to create an app from scratch to retrieve brewery info from the API at https://api.openbrewerydb.org/ and display info as a list. No tests, which is shocking if you know me, but I only had 90 minutes so ...
Built with Kotlin, Kotlin Coroutines, RecyclerView, Retrofit2, and Moshi.
List of possible next steps:
- search by name or zip
- infinite scrolling
- tests