Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 373 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 373 Bytes

Task Manager Project

A Java-based task manager with undo/redo functionality. Built using stacks, hash maps, and other data structures.

Features

  • Add, delete, and complete tasks.
  • Undo and redo the last action.
  • Categorize tasks by priority.

How to Run

  1. Clone the repository.
  2. Open the project in IntelliJ or your favorite IDE.
  3. Run the Main.java file.