Skip to content

malikacodes/TaskManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager

A simple Java Swing-based task management application that allows users to create, manage, and track their tasks.

Features

  • Create new tasks with names and descriptions
  • Delete individual tasks
  • Clear all tasks
  • Modern UI with icons
  • Scrollable task list

Requirements

  • Java JDK 8 or higher
  • Swing UI framework (included in JDK)

How to Run

  1. Clone the repository
  2. Compile the Java files:
    javac *.java
  3. Run the application:
    java Main

Project Structure

  • Main.java - Main application entry point
  • Addtask.java - Task creation and management
  • Task.java - Individual task representation
  • images/ - Application icons and images

Contributing

Feel free to submit issues and enhancement requests!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages