Skip to content
/ To-Do Public

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.

Notifications You must be signed in to change notification settings

M-Aadhi/To-Do

Repository files navigation

To-Do Application

Overview

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.

Features

  • 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.

Installation

To run this project, you need to have Java installed on your system.

  1. Clone the repository:

    git clone https://github.com/M-Aadhi/To-Do.git
    
  2. Navigate to the project directory:

    cd To-Do
    
  3. Compile all the java file:

    javac Main.java Task.java ToDoList.java
    
  4. Run the application:

    java Main
    

Usage

  • 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.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages