KEYBORED is a web-based typing tool built with HTML, CSS, and JavaScript. It generates a random paragraph for the user to type, and tracks their progress with real-time statistics on time left, mistakes, words per minute (WPM), and characters per minute (CPM).
Live Preview: https://keybored-codewithalpha.vercel.app
- Randomly generated paragraphs for typing.
- Real-time statistics on:
- Time left.
- Mistakes.
- Words per minute (WPM).
- Characters per minute (CPM).
- User input validation for accuracy Timer-based gameplay.
- Responsive design for desktop and mobile devices.
- Clone the Repository:
git clone https://github.com/code-with-alpha/KEY-BORED_Web-App`
- Open the
index.html
in a web browser (Safari, Chrome, e.t.c). - A random paragraph will be generated for you to type. Start typing! It will track your progress and display statistics in real-time.
- When the time runs out, the game will end, and you can try again.
- HTML5
- CSS3
- JavaScript (ES6+) License