An open API service indexing awesome lists of open source software.

https://github.com/yusufsefasezer/ystodofx

YSTodoFX is a JavaFX application for tracking, managing and organizing daily tasks.
https://github.com/yusufsefasezer/ystodofx

javafx-application javafx-desktop-apps javafx-project jpa-persistence-applications openjfx

Last synced: 3 months ago
JSON representation

YSTodoFX is a JavaFX application for tracking, managing and organizing daily tasks.

Awesome Lists containing this project

README

        

# YSTodoFX

YSTodoFX is a JavaFX application for tracking, managing and organizing daily tasks.

This project developed with Java(JDK 21), JavaFX(OpenJFX), Ikonli(JavaFX font icon package), Hibernate(JPA implementation), HSQLDB and Maven.

## [Download](https://github.com/yusufsefasezer/YSTodoFX/archive/master.zip)

## How to run

Maven must be installed to run this application.

If you have maven execute the below command to run.

```
mvn javafx:run
```

You can use the following commands to generate a Jar file.

```
mvn package
java -jar target\YSTodoFX.jar
```

## Screenshot

- [Main](screenshot/main.jpg)
- [Add category](screenshot/add-category.jpg)
- [Edit category](screenshot/edit-category.jpg)
- [Add task](screenshot/add-task.jpg)
- [Edit task](screenshot/edit-task.jpg)
- [Show task](screenshot/show-task.jpg)
- [Show task after editing](screenshot/show-task2.jpg)

# License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details

Created by [Yusuf Sezer](https://www.yusufsezer.com)