Order Number |
636738393092 |
Type of Project |
ESSAY |
Writer Level |
PHD VERIFIED |
Format |
APA |
Academic Sources |
10 |
Page Count |
3-12 PAGES |
Speed Typing Test: Instructions: Add HTML container element with id speed Typing Test Add HTML paragraph elements with id timer, quote Display and result Add HTML text area element with id quote Input Add HTML button elements with id submitting and resetting Add the Bootstrap component spinner by following the above instructions, achieve the given functionality.
When the page is opened Make a HTTP request to get a random quotation URL: https://apis.ccbp.in/random-quote Display the random quotation in the HTML paragraph element with id quote Display Start the timer and display the time in seconds in the HTML paragraph element with id timer When a value is entered in the HTML text area element with id quote Input and the HTML button element with id submitting is clicked If the value entered in the HTML text area element with id quote Input is same as the quotation in the HTML paragraph element with id quote
Display The timer should be stopped and a success message should be shown in the HTML paragraph element with id result If the value entered in the HTML text area element with id quote Input does not match the quotation in the HTML paragraph element with id quote Display The timer should be running and an error message should be shown in the HTML paragraph element with id result When the HTML button with id resetting is clicked Make a HTTP request to get a new random quotation Display the new random quotation in the HTML paragraph element with id quote Display Reset the timer to 0 seconds and display the time in seconds in the HTML paragraph element with id timer Empty the HTML text area element with id quote Input Add loading status with Bootstrap component spinner while making an HTTP request.