/acts

a clean typing site

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

a clean typing site Tag License

A typing site that is easy on the eyes.

This site was built with React, bootstrapped with create-react-app

Try it out on GitHub Pages!

Demo

Features

Fully Themeable

Customize every aspect of the website, including the colors and fonts to suit your style.

Theme

Word Banks

Simulate the typing experience of your favourite websites using the available presets, or make your own word bank!

WordBank

Typing Session Data

See how your typing session went by checking out the data generated at the end of the session.

Graph

Command System

Power users can take advantage of the command system to change any setting on the fly, or navigate to different pages of the site quickly.

Commands

Please see COMMANDS.md to see how to use this feature

Installation

If you would like to run a local version of acts, clone this repository. Then in the terminal, run

npm install

You should be good to build or run acts:

npm run build

or

npm start