GeekLord04 / TodoApp

Assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Do App

A simple To Do app built in Kotlin using the MVVM architecture and SQLite.

Tech Stacks

  • Kotlin -SQLite as local database
  • ViewModel and LiveData for managing UI-related data
  • Coroutines
  • HILT for Dependency Injection

Features

  • Users can add Tasks with due date without any hassle
  • Tasks name can be edited even after creating the Task
  • All the completed Tasks can be deleted together
  • All the tasks are sorted on the basis of Due Date

Demo

TodoApp_video.mp4

The API

For the API, refer to Notes API repository

About

Assignment


Languages

Language:Kotlin 100.0%