/gorillatap

A simple yet adaptable typing assessment inspired by monkeytype.

Primary LanguageTypeScript

Gorillatap

A simple yet adaptable typing assessment inspired by monkeytype.

Usage

Go to https://progkea.github.io/gorillatap/ and type the words you see. To toggle the configuration menu press escape.

Developing

To get started developing:

$ git clone https://github.com/ProgKea/gorillatap
$ npm install
$ npx tsc -watch
$ live-server or $ python -m http.server

The only dependency is typescript so the installation shouldn’t take too long.

Nix

If you are using the nix package manager you can do the following to install everything you need to develop:

$ nix develop