Question: Task: Complete each of the tasks below. Task 1 : Create a React.js app from scratch A . The objective of the program is to

Task: Complete each of the tasks below. Task 1: Create a React.js app from scratch A. The objective of the program is to create React app that analyzes text entered by the user B. Your program must be created using the npx create-react-app command C. Your program must use appropriate HTML, Javascript and CSS syntax that works in React version 18.2.0 D. Once user enters the text your app should analyze and display the analysis report Task 2: General requirements E. The objective of the program is to allow the user enter text input in a HTML text area F. Once user enters the text into the text area then the user should be able to hit a submit button to start the text analysis process. G. As the user hits the submit button then your app should analyze and display the analysis report containing a. Total number of sentences separated by period (.) in the entire input text b. Frequency of each word in the entire input text For full marks, your program must use: Your javascript code should be properly commented. This means making comments only where code needs further explanation. comments are formatted and organized in a way that makes them easy to follow. should have proper code style. This means your code is concise and easy to read without overcomplication, is organized and well thought out, uses meaningful variable names, makes proper use of constants and variables Use ES6+ syntax uses proper indentation Use proper UI layout and styling to make your app user friendly You should be able to explain your code by using comments appropriately

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!