An open API service indexing awesome lists of open source software.

https://github.com/smohyud4/keytype

A minimal typing test website that provides key insights into user typing stats
https://github.com/smohyud4/keytype

express nodejs postgresql reactjs

Last synced: 3 months ago
JSON representation

A minimal typing test website that provides key insights into user typing stats

Awesome Lists containing this project

README

          

# KeyType
[KeyType](https://key-type-delta.vercel.app) is an individual typing test web application inspired by Nitro Type. In addition to saving standard typing metrics such as overall accuracy and WPM, users can observe their accuracies for every key they type through a visual graph similar to GitHub's contribution graph
![](./Accuracy.png)

## Features
- User authentication through JWT
- Static text generation for guest typing prompts
- Dynamic text generation for signed-in user's typing prompts
- Stat display after each typing race with various typing metrics including speed, acceleration, accuracy, characters typed, and mistakes
- Accuracy graph for every key
- Practice mode that allows signed-in users to practice any 2 unique keys or a set of random words

## Technologies
PERN (PostgreSQL, Express, React, Node)