A modern, feature-rich typing speed test application built with vanilla JavaScript, HTML, and CSS.
A modern, feature-rich typing speed test application built with vanilla JavaScript, HTML, and CSS.
git clone https://github.com/your-username/typing-speed.git
cd typing-speed
index.html in a modern web browserNo build process or dependencies required!
Cmd/Ctrl + R: Restart testCmd/Ctrl + T: Toggle themeEsc: Reset current testEdit data.js to add new sample texts:
const sampleTexts = {
easy: [
{
id: "unique-id",
text: "Your new text here",
},
],
// ...other difficulty levels
};
Modify the CSS variables in styles.css to customize colors:
:root {
--accent: #00d4ff; /* Primary accent color */
--bg-primary: #1e1e1e; /* Main background color */
/* ...other variables */
}
Designed and developed by Ocdeed Codes © 2025