Welcome to the TODO-List application, where efficiency meets simplicity. This Java-based application integrates the robustness of back-end logic with the finesse of the Swing framework's GUI. Tailored for those who seek structure in their daily hustle, it’s more than just a list; it's your step towards optimized task management.
Our application comes with an array of features designed to enhance your productivity:
- Dynamic Task Management: Effortlessly add, modify, and delete tasks. Our fluid interface ensures that managing your to-dos is a seamless experience.
- Intelligent Sorting: With our bespoke TaskComparator, organize your tasks by priority, deadline, or status, aligning your workflow with your goals.
- Persistent Storage: Your tasks stay with you. Our persistence model ensures that no task is lost, even when you’re on the move.
- Ergonomic GUI: Built on the Swift framework, our GUI is a testament to our commitment to ergonomic design — engaging, intuitive, and a delight to navigate.
- Comprehensive Testing: Reliability is non-negotiable. TODOListTest.java encompasses a suite of tests, safeguarding your experience against bugs.
To kick off your journey with the TODO-List application, please follow these steps:
- Ensure Java is installed on your system.
- Clone the repository using the following command:
git clone https://github.com/koapch-artem/TODO-List.git
- Navigate to the repository folder and compile the source code:
cd TODO-List
javac Main.java
- Run the application:
java Main
The application is designed to be intuitive from the get-go. For detailed usage instructions, please refer to the User Manual included in the repository, which walks you through every aspect of the application.
Your insights and improvements are the heartbeat of progress. We welcome contributions:
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Make your changes and commit them (git commit -am 'Add some feature').
- Push to the branch (git push origin feature-branch).
- Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Should you have any inquiries or wish to connect, please reach out to us at [email protected]