# 🧠 Type Racer – Typing Speed Test 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. --- ## 🚀 Features - 🔁 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 --- ## 🎮 How to Play 1. Open the game in your browser. 2. Start typing the displayed paragraph. 3. Each letter will be highlighted: - ✅ Green for correct - ❌ Red for incorrect - 🔵 Blue for the current character 4. Your WPM updates live as you type. 5. Click **Restart** to load a new paragraph. --- ## 🛠 Technologies Used - HTML5 - CSS3 - JavaScript (Vanilla) --- ## 📦 How to Run Locally ```bash git clone https://github.com/your-username/typing-game.git cd typing-game # Open index.html in your browser