It's a web-based Typing Speed Calculator made using HTML5 and JavaScript. It measures the typing speed of a user and display the speed, correct words and the accuracy of the User based on his typing speed. A paragraph is given to type on pressing Start button and the User has to keep on typing. Upon finishing typing the paragraph, the User need to click Stop button to display:
- Speed of the User
- Words Typed by the User
- Correct Words typed by the User
- Accuracy of the User
All contributions are welcomed. Follow these Guidelines:
- Step 1: Fork this Repo. (This will create a separate clonned repo of this one for you)
- Step 2: Make the Changes. Keep in mind the changes should be according to the contributing guidelines.
- Step 3: Commit the changes.
- Step 4: Click on Pull Request.
- For more detailed steps for How to Contribute or How to Sync, follow Contributing.md file.