Task application with the functions of a CRUD, implemented in the MVVM architecture using Kotlin.
- Register and login a user.
- Create a to-do list, update it and delete items from it.
- Classification of tasks between next 7 days and expired according to date
- LiveData
- Retrofit
- ViewBinding
- ViewModel

