Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 760 Bytes

File metadata and controls

34 lines (22 loc) · 760 Bytes

Duplicate Lines Finder

A simple web App Tool to find and remove duplicate lines from text.

image

Features

  • Counts total and empty lines.
  • Identifies and removes duplicate lines.
  • Displays the unique lines after removal.
  • Allows copying the result to the clipboard.

Technologies Used

  • HTML5
  • Tailwind CSS
  • JavaScript

How to Use

  1. Clone or download the repository.
  2. Open index.html in your browser.
  3. Paste your text into the textarea.
  4. Click on the "Find Duplicates" button to see the result.

Setup

If you want to modify the code:

  1. Clone the repository:
    git clone https://github.com/Nateer-ed/Duplicate-Lines-Finder.git