This is a simple typing speed test application built using React. With this application, you can practice and improve your typing speed by measuring how many characters you can type per second (CPS).
- Measure your typing speed in characters per second (CPS).
- Instant feedback on mistyped characters.
- Start the timer to track your typing speed.
- Reset the test anytime to start over.
- Enter the displayed text into the input field.
- Start typing to begin the timer.
- Your typing speed (CPS) will be calculated and displayed in real-time.
- Correctly typed characters will be displayed in green, while incorrectly typed characters will be displayed in red.
- React
- JavaScript (ES6)
- CSS
- Clone this repository to your local machine.
- Navigate to the project directory.
- Run
npm install
to install the dependencies. - Run
npm start
to start the development server. - Open http://localhost:3000 to view it in the browser.