Movist is a mobile apps to show movies based on category and you can save your favorite movies in local storage. This apps build using kotlin and use themoviedb public api
- Get a free API Key at themoviedb
- Clone the repo
git clone https://github.com/wahyukharisma/movist-app.git
- Enter your API in
graddle.properties
API_KEY = 'ENTER YOUR API';
- Coroutines - Concurrency design pattern that you can use on Android to simplify code that executes asynchronously
- Room - Persistence library provides an abstraction layer over SQLite
- Hilt - Dependency injection
- MVVM - Project architecture
- Api collection - api collection in postman that used in this application
- Mockup - mockup application created using figma