A simple web App Tool to find and remove duplicate lines from text.
- Counts total and empty lines.
- Identifies and removes duplicate lines.
- Displays the unique lines after removal.
- Allows copying the result to the clipboard.
- HTML5
- Tailwind CSS
- JavaScript
- Clone or download the repository.
- Open
index.htmlin your browser. - Paste your text into the textarea.
- Click on the "Find Duplicates" button to see the result.
If you want to modify the code:
- Clone the repository:
git clone https://github.com/Nateer-ed/Duplicate-Lines-Finder.git
