A modern and user-friendly interface, multiple text comparison tool. With this application, you can compare multiple texts simultaneously, easily edit their contents and see results instantly.
During software development, especially in security and validation processes, the need to compare different texts frequently arises. For example:
- JWT token comparisons
- Hash value checks
This tool allows you to perform such comparisons quickly and effectively.
- Multiple text comparison (2 or more)
- Modern dark theme design
- Dynamic input field addition/removal
- Instant comparison results
- Easy text clearing
- Real-time character count for each text field
- HTML5
- SCSS/SASS
- JavaScript (ES6+)
- Font Awesome Icons
-
Clone the repository:
git clone https://github.com/hams-i/text-comparison.git cd text-comparison
-
Open index file in a web browser:
# For Windows start index.html # For macOS open index.html # For Linux xdg-open index.html
- Two text fields are displayed by default
- Add new text fields with "Add New Field" button
- Remove fields using X icon in top right of each field
- Clear text using eraser icon
- Compare all texts with "Compare" button
- Clear all fields with "Clear All" button
- Character count is displayed in the title of each text field and updates in real-time
- Fork this repository
- Create a new branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Create a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Time: 1 Hour 30 Minutes
- Cursor.AI (https://www.cursor.com/)
- Claude-3-5-sonnet in the Cursor App