A fun and interactive typing game built using HTML, CSS, and JavaScript. It displays a random paragraph and tracks your typing speed (WPM) in real time as you type.
- 🔁 Random paragraph each session
- ✨ Highlighted current character
- ✅ Real-time feedback (correct vs incorrect letters)
- ⏱ Live WPM (Words Per Minute) calculation
- 🔄 Restart button to try again with a new paragraph
- Open the game in your browser.
- Start typing the displayed paragraph.
- Each letter will be highlighted:
- ✅ Green for correct
- ❌ Red for incorrect
- 🔵 Blue for the current character
- Your WPM updates live as you type.
- Click Restart to load a new paragraph.
- HTML5
- CSS3
- JavaScript (Vanilla)
git clone https://github.com/your-username/typing-game.git
cd typing-game
# Open index.html in your browser