Skip to content

dimitraseferiadi/Task-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Management System

A Java-based task management system built with JavaFX and styled using CSS. This application allows users to create, update, and delete tasks, as well as manage categories, priorities, and reminders. All data is stored in a single JSON file for persistent storage.

Installation

  1. Clone the Repository:

    git clone https://github.com/yourusername/task-management-system.git
    cd task-management-system
  2. Build the Project:

    Ensure you have JDK installed on your system. You can compile the project using your preferred IDE or via the command line:

    javac -d bin src/application/Main.java
  3. Run the Application:

    From the command line, you can run the application using:

    java -cp bin application.Main

    Alternatively, run the Main.java class directly from your IDE.

About

A Java-based task management system built with JavaFX and styled using CSS. This application allows users to create, update, and delete tasks, as well as manage categories, priorities, and reminders. All data is stored in a single JSON file for persistent storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors