https://github.com/filiprokita/text-comparison-tool
This is a web app that compares two texts. It has a text fields, and a result field. When the user clicks the "Compare" button, JavaScript checks if the texts are the same or different and displays the result in the result field in either green or red. CSS styles are used to format the app's interface.
https://github.com/filiprokita/text-comparison-tool
button compare-text css form html javascript result-field simple simple-js-app text-compare text-comparison text-field user-interface web-app
Last synced: 2 months ago
JSON representation
This is a web app that compares two texts. It has a text fields, and a result field. When the user clicks the "Compare" button, JavaScript checks if the texts are the same or different and displays the result in the result field in either green or red. CSS styles are used to format the app's interface.
- Host: GitHub
- URL: https://github.com/filiprokita/text-comparison-tool
- Owner: FilipRokita
- Created: 2023-04-04T23:26:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T14:29:13.000Z (over 1 year ago)
- Last Synced: 2025-01-30T01:41:50.083Z (4 months ago)
- Topics: button, compare-text, css, form, html, javascript, result-field, simple, simple-js-app, text-compare, text-comparison, text-field, user-interface, web-app
- Language: HTML
- Homepage: https://filiprokita.github.io/Text-Comparison-Tool/
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Text Comparison Tool](https://filiprokita.github.io/Text-Comparison-Tool/)
## Description
This is a web application that allows users to compare two texts and see whether they are identical or different. The app is built with HTML, CSS, and JavaScript.## Usage
To use the app, simply enter two texts in the provided text fields and click the "Compare" button. The app will then compare the texts and display the result in the result field. If the texts are identical, the result field will display "The texts are identical" in green. If the texts are different, the result field will display "The texts are different" in red.## Installation
To use the app locally, simply download the files and open the index.html file in your web browser.