A mobile app that helps the user to count kilocalories and reminds them to keep their water balance.
This application follows the classic SOLID based clean architecture approach. This approach differs from official architecture guidance, but it is actively used by many developers.
- Hilt for dependencies injection
- Room for the database
- MVVM
- WorkManager to work with background tasks
- Coroutines
- LiveData


