Question: HW Assignment 4 - Text Analyzer Functional Specs: Create a nicely styled web application that will analyze a submitted selection of text. Inputs (required): -

HW Assignment 4 - Text Analyzer Functional Specs: Create a nicely styled web application that will analyze a submitted selection of text. Inputs (required): - Text to be analyzed. Output: - Number of words (text separated by spaces) - Number of characters (not including whitespace) - Number of vowels - case insensitive - Number of consonants - case insensitive - Number of punctuation marks - include only the following: , ? - () \$ User will input text into a field and then click a button labelled "Analyze" which will show the text analysis. A reset button labelled "Reset" will clear the form and allow the user to start over. Buttons should include modified (not default) feedback for hover and click. Technical Specs: - Use HTML5, CSS, and JavaScript - Input text using an HTML form with
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
