Typing Test - Part 2
Structured HTML
CSS styling
JS DOM & events
EXP:
80

Typing Test - Part 2

Enhance your typing speed and accuracy with our interactive typing test challenge.

Welcome, developers! Your task is to create a typing test project that aims to provide a user-friendly platform to practice and improve typing skills, offering real-time feedback to track progress and identify areas for improvement.


Task for students

  • Must to have
    • The id of the place where you will display the message on clicking the 'Start' button should be "msg".
    • The id of the textarea should be "mywords".
    • The id of the button should be "btn".
    • You have to display the statement of typing speed at the place where you are displaying the typing content. Technically, typing content should convert into resultant statement as you can clearly see in the demo video.
    • Resultant statement should be in this format "Your typing speed is 35 words per minute."
  • Functionality tested
    • "Start" button should convert into "Done" button and vice versa.
    • When you click the "Start" button, a random paragraph should generate from the array that we have provided in the javascript file.
    • Calculate the correct typing speed in words per minute.

UI reference & demo
  • Use the given provided code and try to mirror the UI.


Evaluation
  • After submission, your solution will be evaluated automatically based on the tasks defined above.
  • Upon successful completion of all the tasks/requirements, you will get a full score, and there will not be any partial scoring.
  • You can work on your failed test cases & resubmit your solution.
  • Your problem will get evaluated instantly.

Do’s & don’t
  • Use the given code structure in editor and do not make any changes.
  • Do not modify existing classes or tags.
  • Focus on correct HTML structure and class names.

Query & feedback
  • In case of any query/feedback on this project, please fill this form & we will soon get in touch with you to resolve.

Best of luck, developers! We are eager to see your typing test project!