Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ToDoApp.form | 2024-05-16 | 10.9 kB | |
ToDoApp.java | 2024-05-16 | 13.7 kB | |
Totals: 2 Items | 24.6 kB | 0 |
ToDoApp
ToDoApp is a task management software designed to help you keep track of your daily tasks. It allows you to view, add, and delete tasks with ease.
Features
- Add Tasks: Quickly add new tasks to your list.
- Delete Tasks: Remove completed or unwanted tasks.
- Simple Interface: User-friendly design for easy navigation.
Installation
Ensure you have Java Development Kit (JDK) 17 installed. If not, unzip the provided jdk17.zip file.
Windows Users:
- Download the ToDoApp.exe file from the releases section.
- Run the executable to install and launch the ToDoApp.
Java Users:
- Compile and run the ToDoApp using the provided .jar file:
java -jar ToDoApp.jar
Usage
- To add a task, simply type the task in the text field and click the ‘Add Task’ button.
- To delete a task, select the task and press the ‘Delete Task’ button.
Contributing
Contributions are always welcome!
License
This project is licensed under the MIT License. See the LICENSE.md file for details.