ttyper 0.1.4

Terminal-based typing test.
# ttyper

Ttyper is a terminal-based typing test built with Rust and tui-rs.

![Recording](./resources/recording.gif)

## installation

With Cargo:

```bash
cargo install ttyper
```

## to-do

- Use per-word frequency data for more realistic tests.
- Add keywise data to the results UI for "improvement tips."
- Add WPM graph to results UI.