Skip to content

Releases: TimochiL/todo-list-app

1.0-SNAPSHOT

28 Jun 20:56

Choose a tag to compare

1.0-SNAPSHOT Pre-release
Pre-release

1.0 Snapshot [pre-release]

Session-stored to-do list application with add, order, and delete functionality.

Features

  • Add tasks to the In-Progress list by typing in a task description and pressing "Enter" or clicking the ➕ button.
  • Organize and reorder tasks in the In-Progress list with the ⬆ and ⬇ buttons.
  • Move tasks from the In-Progress list to the Completed list using the ✔ button. To return the task to the In-Progress list, use the ↩️ button.
  • Permanently delete tasks from the application using the ❌ button.
  • Includes current date and time information.