A fun and fast-paced browser game where players race against the clock to type words as quickly and accurately as possible.

- A word will appear on the screen.
- Type the word in the input box.
- If correct:
- Your score increases by 1.
- type the next word...
- If incorrect:
- Try again until you get it right — but the clock is ticking!
- Game ends when the timer reaches 0.
- Simple and clean UI
- Real-time word matching
- Live score and timer display
- Fast-paced and addictive gameplay
- Built with HTML, CSS, and JavaScript
- TypeScript – For typed and scalable JavaScript
- HTML5 – Markup structure
- CSS3 – Basic styling (inside index.html)
📦 Install Dependencies
npm install
⚙️ Compile TypeScript: Compile the main.ts file to JavaScript:
npx tsc
start index.html