TypeMaster is a typing trainer with two modes:
- Text mode for regular speed training
- Code mode with multi-language snippets and indentation practice
index.html— app markupstyle.css— custom stylesmain.js— full app logic, templates, stats, theme, and history
- Real-time metrics: WPM, accuracy, timer, errors, progress
- Text and code training modes
- Support for
Tab,Enter, andBackspacein code typing - Theme switch (dark/light)
- Results panel with rating
- Training history in
localStorage(tmHistory) - Code typing history in
localStorage(tmCodeHistory)
- Open
index.htmlin any modern browser. - Click inside typing area and start typing.
No build step or server is required.
tmThemetmHistorytmCodeHistory
Tailwind is loaded from CDN in index.html.