A Console based Text Editor made in Java. Each word has been treated as a LinkedList Node. All the basic operations such as moving cursor in forward & backward direction, insertion, deletion, undo are supported.
Data Structures (LinkedList & Stack) and ANSI Escape Code (for clearing console).