Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iSingh-11 authored Mar 3, 2021
1 parent 3448174 commit 6860107
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# TextEditor - A Console Based App
A Console based Text Editor Tool made using LinkedList in Java. Each word has been treated as a LinkedList Node and has a Cursor which is initially set to 0th Node and 0th Position. It supports multi-line files and multiple spaces between words. All the basic operations such as moving cursor in forward & backward direction, insertion, deletion, moving at the start & end of the line are available.
# 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/

0 comments on commit 6860107

Please sign in to comment.