Developed an application which measuring time he took to complete given paragraph
● Maintained timer by using APIs setTimeInterval, clearTimeInterval and Updated timer in the UI dynamically using JavaScript DOM operations for every 1 second.
● Fetched the paragraph from server asynchronously using fetch GET HTTP API call and displayed it on UI by using JavaScript DOM Operations.
●Technologies used: HTML, CSS, JS, REST API Calls, Bootstrap