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.
-
Clone the Repository:
git clone https://github.com/yourusername/task-management-system.git cd task-management-system -
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
-
Run the Application:
From the command line, you can run the application using:
java -cp bin application.Main
Alternatively, run the
Main.javaclass directly from your IDE.