In this assignment, let's build a Speed Typing Test by using Html,CSS and java script
By following the above instructions,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 with id quote Display,Start the timer & display time in seconds in the HTML paragraph with id timer,When a value is entered in the HTML textarea element with id quoteInput & the HTML button element with id submitBtn is clicked.If the value entered in textarea element with id quoteInput is same as the quotation with id quoteDisplay. The timer should be stopped & success message should be shown with in id result.If the value entered in the HTML textarea element with id quoteInput does not match the quotation in the element with id quoteDisplay.The timer should be running & error msg should be shown in with id result.
Comments
Leave a comment