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

https://github.com/manighazaee/penguintype

Minimal Typing Test
https://github.com/manighazaee/penguintype

frontend javascript penguintype typescript typing typing-game typing-practice typingspeedtest typingtest

Last synced: about 1 year ago
JSON representation

Minimal Typing Test

Awesome Lists containing this project

README

          

![PenguinType](https://github.com/ManiGhazaee/PenguinType/blob/main/static/images/penguintype/penguintypelogo.jpg)

![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![Webpack](https://img.shields.io/static/v1?style=for-the-badge&message=Webpack&color=222222&logo=Webpack&logoColor=8DD6F9&label=)

## About

Visit the site here: [PenguinType](https://penguintype.vercel.app/)

PenguinType is a minimalistic typing test site that allows you to test your typing speed and accuracy. It features a simple and minimal interface, with the ability to choose from different themes or set your own custom theme. It also offers two different typing modes.

## Features

- Blazingly fast
- Custom theme
- Color-coded result scores to easily indentify performance
- Caret style (block | outline-block | underline | line)
- Calculates WPM, raw WPM, accuracy, consistency, errors, time
- Word and time type mode
- Punctuation (on | off)
- Numbers (on | off)
- Shortcut for fast restart and repeat
- Changeable font size
- Space to next word (on | off)
- Next word highlight (on | off)
- Current word highlight (on | off)
- Smooth caret (on | off)
- Show incorrect (on | off)
- Show live raw wpm (on | off)
- Show live accuracy (on | off)
- Control + Backspace delete

## Building the Project

To build the project, in the root directory run:

```bash
npm run build
```

#

PenguinType is inspired by MonkeyType, another popular typing test site.