Skip to content

A text editor with an html ui (runs on browser) to demonstrate text justification algorithms

Notifications You must be signed in to change notification settings

subhashnottath/text-edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Text Editor

Features

  1. HTML Based UI
  2. Open file
  3. Text justification
    • Greedy
    • DP
  4. Text alignment
    • Left
    • Right
    • Justified
  5. Save as file (Download the formatted text as a file)

Technologies used

  1. Simple html UI
  2. Java backend (Spring boot webflux)
  3. Async communication to backend through simple js

Algorithms

  1. Text justification
    • Greedy
    • Dynamic Programming
  2. Text alignment
    • Simple brute force

About

A text editor with an html ui (runs on browser) to demonstrate text justification algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published