A simple and interactive web application to test and improve your typing speed and accuracy. Get random quotes, type them as fast as you can, and see your Words Per Minute (WPM) and accuracy in real time!
- Random Quotes: Each test gives you a new quote to type.
- Live Timer: See how long you take to finish.
- WPM Calculation: Tracks your typing speed.
- Accuracy Calculation: See how accurately you typed the quote.
- Dark Mode: Toggle between light and dark themes.
- Reset Button: Start over anytime.
- Responsive Design: Works well on desktop and mobile devices.
git clone https://github.com/Euuiiii/Typing-Speed-Tester.git
cd Typing-Speed-Tester
No build step required! Just open the file directly.
Typing-Speed-Tester/
├── JavaScript/
│ ├── main.js
│ └── theme.js
├── styles/
│ ├── main.css
│ └── dark.css
├── quote.json
├── index.html
└── README.md
- Click the Start button to get a random quote.
- Type the quote in the input box as quickly and accurately as you can.
- Your WPM and accuracy will update as you type.
- Click Reset to try again with a new quote.
- Use the 🌙 button to toggle dark mode.
- Add your own quotes: Edit
JavaScript/quote.json
to add or change the quotes. - Change styles: Modify
styles/main.css
andstyles/dark.css
for your own look.
This project is still in development and open for contributions!
Feel free to fork the repository, open issues, or submit pull requests to help improve the project.
This project is licensed under the Apache License 2.0.
Made with ❤️ by Emon Adhikari