Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 2.62 KB

README.md

File metadata and controls

52 lines (38 loc) · 2.62 KB

Description of project

This JavaFX program is a task organizer that allows users to create and manage tasks using a visual interface. Users can create boards for different projects or categories, and each board can contain multiple lists of tasks. Within each list, users can also create individual cards for specific tasks. Cards can themselves include details such as subtasks. It also allows users to assign labels or tags to tasks, making it easy to filter and search for specific tasks. Cards can also be dragged and dropped from list to list or within their own for a better organization.

The program's interface is designed to be intuitive and user-friendly, with drag-and-drop functionality that makes it easy to move tasks between lists. Users can customize the program's appearance and layout to suit their preferences.

Group members

Profile Picture Name Email
Mikołaj Gazeel m.j.gazeel@student.tudelft.nl
Madeline Sebastian m.e.sebastian@student.tudelft.nl
Berzins Matiss M.Berzins-1@student.tudelft.nl
Dragutoiu Vlad-Ioan V.Dragutoiu-1@student.tudelft.nl
Michael Frota Fokkens M.L.daRochaFrotaFokkens@student.tudelft.nl
Bogdan-Andrei Micu B.A.Micu@student.tudelft.nl

How to run it

Start by initializing the server:

./gradlew bootRun

Then run the client and connect to the servers' ip (the default port is 8080):

./gradlew run

To login as an administrator, use the hardcoded password: "xyz".

If running this from InteliJ please make sure to read the README.md in client/

How to contribute to it

Contribution can be done via the gitlab repository.

Copyright / License (opt.)