Question: can someone please make an app for the below question that follows the procedure Module 4 | Project 3-Java Script Goal Design a simple, visually
can someone please make an app for the below question that follows the procedure
Module 4 | Project 3-Java Script Goal Design a simple, visually pleasant, JavaScript-based "app" that performs a simple statistical analysis on a small set of numbers. Concretely, your program should take three numbers (each entered into a separate text box) and display on the screen: the maximum, minimum, average (arithmetic mean), median, and range (max - min). For example, if the three numbers are 3, 5, and 13, the answers should be: max = 13, min = 3, mean = 7.0, median = 5, and range = 10. = = = Procedure 1. Design the html form for the app (with three text boxes with the proper labels + a 'Calculate button + placeholders (
s) for the results). 2. Write the JavaScript functions to perform the calculations. 3. Select a Bootstrap template for the app. 4. Integrate the HTML, JS, and Bootstrap/CSS. 5. Test the app. 6. List all possible improvements you could make to the basic app in your report. Examples include: error checking (what if the user enters less than numbers, enters non-numerical characters, etc.), better interface (e.g., a single text box with numbers separated by commas, therefore allowing sets of any length), additional computations (mode, variance, etc.) 7. Once your baseline app is working properly, if you have time, select and implement one of the possible improvements listed in step 6. 8. Repeat step 7 as many times as reasonable. 9. Test your app after every significant change/additions. 10. Once you've reached a point where your app is complete and fully functional in the browser of your choice (Chrome, Firefox, Opera, or Safari), prepare the final package (single zip, all that is needed, and nothing else)