Skip to content

callum-oakley/type-the-tao-te-ching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple typing practice app powered by Hyperapp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published