TypePulse is a modern typing speed test web app that provides real-time feedback on your accuracy and speed.
Try it live on Vercel
- HTML5
- CSS3
- Vanilla JavaScript
- Real-time highlighting of correct and incorrect letters as you type
- Multiple practice paragraphs
- Automatic timer on first keystroke
- Displays words per minute (WPM) and accuracy
- Result popup for each attempt, even if unfinished
- Clean, responsive, and accessible design
- To add or change practice paragraphs, edit the
paragraphsarray inscript.js. - You can further style the app by modifying
styles/styles.css.
Click to expand
mini_project3/
│
├── index.html
├── styles/
│ └── styles.css
├── script.js
├── resultPopup.js
└── README.md