Skip to content

A simple task board app, created as a project for a TU Delft CSE course (CSE1105)

Notifications You must be signed in to change notification settings

RafayelGardishyan/Talio

Repository files navigation

Description of project

Talio is a (WIP) planning application based on the Java platform. The program is built to let users create, classify and track goals within a simple GUI environment. The client side of the application is based on the JavaFX framework, and is developed and test on JavaFX release 17. While it can be run on later versions of JavaFX, we recommend the user to use the approporiate version to avoid warnings and in the worst case - crashes. The server side is built on the Spring framework.

Group members

Profile Picture Name Email
Rafayel Gardishyan [email protected]
Samuel Bruin [email protected]
Tejas Kochar [email protected]
Jannes Kelso [email protected]
Danylo Kozak [email protected]

How to run it

  1. Clone the repository from GitHub (e.g. git clone https://github.com/RafayelGardishyan/Talio)
  2. Enter the cloned repository directory cd Talio
  3. Build the application with gradle ./gradlew build
  4. Run the server ./gradlew bootRun
  5. Run the client ./gradlew run
  6. Enjoy some task board managing :)

About

A simple task board app, created as a project for a TU Delft CSE course (CSE1105)

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published