This application has been developed for text analysis and the extraction of relevant information using HTML, CSS, and JavaScript.
It allows users to enter any text to calculate various metrics and obtain detailed information about its content.
The application calculates the following metrics:
- Word count: Displays the total number of words in the text.
- Character count: Calculates the total number of characters, including spaces.
- Characters excluding spaces and special characters: Counts only alphabetical and numeric characters.
- Number count: Indicates how many numbers are present in the text.
- Sum of numbers: Calculates the total sum of all numbers found in the text.
- Average word length: Returns the average length of the entered words.
