Skip to content

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.

Notifications You must be signed in to change notification settings

iSingh-11/TextEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

TextEditor - A Console App

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.

Technology Used:

Data Structures (LinkedList & Stack) and ANSI Escape Code (for clearing console).

A Small Preview of the Project can be Viewed Here :

https://editor-3p34g81a8u8kkpi2kf8.codequotient.in/

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages