The Typing Speed Calculator is a simple web application designed to measure how fast a user can type. By providing a text passage for the user to type, the application calculates and displays the user's typing speed in words per minute (WPM) along with accuracy metrics.
- Real-Time Typing Speed Calculation: Measures typing speed as the user types.
- Accuracy Tracking: Displays the mistakes done in different color.
- Dynamic Text Samples: Offers a variety of text passages for practice.
- User-Friendly Interface: Simple and clean design for a seamless user experience.
- HTML5: Structure of the web pages.
- CSS3: Styling for a responsive and attractive design.
- JavaScript: Core functionality for calculating typing speed and accuracy.
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Khaosssss/TypeSpeed.git