TodoApp is a simple task management application built with Kotlin and the Room Persistence Library. This one uses the clean architecture pattern focusing on separation of concerns.
Create, view, update, delete tasks. Uses Room for local data persistence. MVVM architecture.
Refer to the Installation Guide for setup instructions.Installation Guide