Perform a an offline typing test with useful data analays.
- accurate typing test of 15, 30, 60, 120 seconds, for 200,1000 most common english words.
- offline
- stats: best wpm/accuracy in categories
- it only works on linux
- There are bugs
There are two ways:
- Docker-way: Build and run the image without installing any other dependencies on your machine
$ git clone https://github.com/aizyuval/termtypetest.git
$ cd termtypetest
$ docker build -t typetest .
$ docker run typetest:latest
- Source way: Build and run the code on your machine.
$ cd ~
$ git clone github/aizyuval/termtypetest.git
$ cd termtypetest
$ sudo make
$ typetest