Giter Club home page Giter Club logo

java-todolist's Introduction

Todo List Application

A JavaFX-based todo list application designed to boost your productivity and keep your tasks organized.

Features

Task Creation: Effortlessly add new tasks with descriptions and deadlines.

Edit Task: Update task details and also mark tasks as complete.

Deletion of task: Remove tasks that are no longer relevant.

Organization: Prioritize tasks to maintain a clear structure. Filter and sort tasks by Date or priority or by completion status.

Completion Tracking: Mark tasks as complete.

User-Friendly Interface: Built with JavaFX.

Saving tasks: Tasks are saved to database and are available even after the application is closed.

Getting Started

Prerequisites

  • Java Development Kit (JDK) version 19 or later
  • Maven (build tool)

Installation

Be sure to be in directory where is the pom.xml file and run the following command to build the project using Maven:

mvn clean package

Running the Application

Execute the following Maven command:

mvn javafx:run

Usage (Interaction with application)

User interface

Bellow is the description of user interface of the application. ![Todo List Application](./public/Todolist description ui.png)

Instructions for use

Please follow the instructions below to use the application and also with the help of the image above.

Adding a task:

  • In the bottom of the application there is a form to add a new task.
  • Fill in the task title, description, due date, and priority.
    • Note: Priority is a list of 3 options: High, Medium, and Low.
      • Default priority is Low.
  • Click the Add Task button to add the task to the list.

Marking a task as complete:

  • In the list click on the button Mark as complete to mark the task as complete.
  • You can also unmark the task as complete by clicking on the button Completed.

Editing a task:

  • Double-click on the row of the task you want to edit.
  • Then popup window will appear with the details of the task.
  • Edit the details of the task and click the Save button to save the changes.

Deleting a task:

  • Click on the Delete button to delete the task.

Filtering and sorting tasks:

  • You can filter and sort the tasks by Date, Priority, and Completion status using the dropdowns at the top of the application.

Technologies

  • JavaFX: Desktop UI framework
  • H2 Database: Embedded database for data persistence.

java-todolist's People

Contributors

tomikng avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.