Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeMaster

TypeMaster is a typing trainer with two modes:

  • Text mode for regular speed training
  • Code mode with multi-language snippets and indentation practice

Project Structure

  • index.html — app markup
  • style.css — custom styles
  • main.js — full app logic, templates, stats, theme, and history

Features

  • Real-time metrics: WPM, accuracy, timer, errors, progress
  • Text and code training modes
  • Support for Tab, Enter, and Backspace in code typing
  • Theme switch (dark/light)
  • Results panel with rating
  • Training history in localStorage (tmHistory)
  • Code typing history in localStorage (tmCodeHistory)

Run

  1. Open index.html in any modern browser.
  2. Click inside typing area and start typing.

No build step or server is required.

Local Storage Keys

  • tmTheme
  • tmHistory
  • tmCodeHistory

Notes

Tailwind is loaded from CDN in index.html.

About

TypeMaster is a typing trainer with two modes: Text mode for regular speed training and Code mode with multi-language snippets and indentation practice

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages