A Java-based task manager with undo/redo functionality. Built using stacks, hash maps, and other data structures.
- Add, delete, and complete tasks.
- Undo and redo the last action.
- Categorize tasks by priority.
- Clone the repository.
- Open the project in IntelliJ or your favorite IDE.
- Run the
Main.java
file.