Skip to content

mplekunov/ToDoListApplication

Repository files navigation

To Do List App

General Information

Features

  • Import items to .sqlite file.
  • Export Items from .sqlite file.
  • Add, Edit and Remove operations.
  • Tracking by Completed/In progress statuses.
  • Searching Lists by name.

This program allows user to add, remove, edit, export and import Tasks. Each task is related to a specific list. List names are unique, tasks names (inside of a list unique).

User Guide

Task:

  • To add task, firstly, create a list

    alt text

  • Then press "New Task"button and enter task name

    alt text

  • To edit Task, press on task you want to edit and change appropriate properties of the task

    alt text

  • To delete Task, press on task you want to delete, then press on "bin" button.

    alt text

  • To mark task as completed/in progress, press on the radio-button located to the left of the task name.

    alt text

Task Menu Bar:

Features

  • Show All (shows all tasks)
  • Show In Progress
  • Show Completed
  • Delete All Tasks within opened list
  • Delete List

Program Menu Bar:

Features

  • Import
  • Export
  • Exit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published