Home

Awesome

Type The Tao Te Ching

A typing practice app aiming for a simple interface. Featuring passages from the Tao Te Ching (courtesy of Project Gutenberg) and powered by Hyperapp.

screenshot

Use

Type through the greyed out passage. Errors are highlighted in red and must be corrected. A WPM and accuracy score will be displayed upon completion along with basic graphs of historical scores.

Build locally

Clone this repository and then:

yarn
yarn lint:build

Passages are randomly selected from src/texts.json. To populate this file with paragraphs from a text file, run

yarn process-text texts/your-file.txt

The processing is pretty rough, and the resulting JSON file will require some manual attention, but it’s a good place to start.

Deploy

Deploy to the build folder to github pages with

yarn deploy