A sleek and responsive web-based Typing Speed Test that checks your typing accuracy and speed using random quotes fetched from a public API. Built using HTML, CSS, and Vanilla JavaScript.
- ⏱ 60-second countdown timer
- 🧠 Random quotes from API
- ✅ Real-time mistake tracking
- 📈 Displays WPM and accuracy
- 💻 Responsive and clean UI
- 🔒 Prevents copy/select to avoid cheating
- HTML5
- CSS3 (with Google Fonts)
- Vanilla JavaScript
- External API: [FreeAPI - Random Quotes]
- Open the
index.html
file in any modern browser. - Click on the Start Test button.
- Type the given quote in the textarea within 60 seconds.
- Click Stop Test or wait for time to run out.
- View your Words Per Minute (WPM) and Accuracy.
typing-test/ ├── index.html ├── 09_style.css ├── 09_javascript.js ├── bgimage.jpg
- Download or clone this repository.
- Make sure you’re connected to the internet (for fetching quotes and fonts).
- Open
index.html
in your browser and start typing!