Skip to content

tortamque/TODO-App

Repository files navigation

TODO App

Description

Just a simple todo app written in Kotlin.

Table of Contents

Features

  • Add a task.
  • Remove a task.
  • Persist tasks into the file.

Supported platforms

Android

Installation

To run this app locally, follow these steps:

  1. Clone this repository to your local machine.
  2. Open Android Studio and select "Open an existing project."
  3. Navigate to the project directory and select the project's root folder.
  4. Connect a device or start an emulator.
  5. Build and run the app by clicking on the "Run" button in Android Studio or by running the command ./gradlew installDebug in the project's root directory.

Usage

  1. Open the TODO app on your device or emulator.
  2. Write your important task in the text field and click the "Add" button.
  3. The new task will be added to the list view.
  4. To delete a task, press on it, then confirm the deletion.
  5. The task will be removed from the list view.

Screenshots and Demo

Screenshots

Screenshot_1 Screenshot_2

Demo

Demo.webm

License

Apache License Version 2.0