This is a simple To-Do application built using Java's Abstract Window Toolkit (AWT). The application allows users to manage their tasks by adding, viewing, and deleting to-do items. The focus of this project is on creating a user-friendly graphical interface using AWT components.
- Add Tasks: Users can add new tasks to their to-do list.
- View Tasks: The application displays a list of all tasks, allowing users to keep track of their to-dos.
- Delete Tasks: Users can remove tasks from the list once they are completed or no longer needed.
- Simple Interface: The application provides a basic, easy-to-use interface for task management.
To run this project, you need to have Java installed on your system.
-
Clone the repository:
git clone https://github.com/M-Aadhi/To-Do.git
-
Navigate to the project directory:
cd To-Do
-
Compile all the java file:
javac Main.java Task.java ToDoList.java
-
Run the application:
java Main
- Open the application by running the java ToDoApp command.
- Use the input field to add new tasks to your list.
- View all your tasks in the main window.
- Select a task and click the "Delete" button to remove it from your list.
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request.