Simple web-based text utility tool for quick text transformations and case conversions.
curl -L https://github.com/MootComb/text-editor/archive/refs/heads/main.zip -o text-editor.zip
unzip text-editor.zip
cd text-editor-main
docker compose up -dOpen http://127.0.0.1:80 in your browser.
Features Character, word, and line counter
Text case conversion (uppercase, lowercase, title case, etc.)
Tech Stack HTML/CSS/JavaScript
Without Docker Just open src/index.html in your browser.