Question: Project Timed Typing Test App Purpose: In this project you are going to create the functionality for a timed typing test app. The purpose of
Project Timed Typing Test App
Purpose: In this project you are going to create the functionality for a timed typing test app.
The purpose of this project is to make sure you have an understanding of JavaScript objects,
functions, click events, event listeners, and changing DOM elements.
Requirements: To complete this project you will add to the starter code provided. You may use
glitch or any editor that you prefer. For this project you will not use the JQuery library. If you feel
the need to use it we can discuss it in class. You may edit the structure of the provided HTML
and CSS to better fit your preferred style. You may use lecture slides and the past hws for
sample code but make sure to make it your own.
Functionality:
Run a standard minutesecondhundredths timer
Match the text entered with the provided text on the page. Notify user of progress
Proper Event listeners for keyboard and button input
Start Over button clears input text, changes default notification, and sets clock to zero.
Store fastest times and display the top three fastest scores.
What I will be grading on:
Implementation of all the functionality. JavaScript, HTML and CSS have proper formatting and
comments where appropriate. Web page renders properly in Chrome. Any assets are included
in submission.
To get full points show creativity and a desire to excel above and beyond.
Some Examples:
Display a words per minute count.
Display the number of errors the user makes per test.
Add an array of different texts so the user can switch between different texts to test.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
