Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-05T14:29:13.000Z (11 months ago)
- Last Synced: 2024-02-05T15:52:57.840Z (11 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: 0
- 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.