Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.79 KB

File metadata and controls

41 lines (21 loc) · 1.79 KB

CodeType Guide

CodeType is a sleek and modern typing test website.

https://github.com/DLee1993/CodeType

Commands

Tab

  • Pressing tab focuses on the typing game

Enter

  • Pressing enter refreshes the current typing game text

Features

Numbers

  • The numbers 15, 30, 60, 120 are the different lengths of text you can choose from, by default it is 15

Test type

  • You have a choice of three tests words, quotes or code the typing game text depends on which one is selected, by default it is words

Themes

  • You have a variety of themes to choose from, when a theme is selected it will become the default theme everytime you visit the website, by default it is light-theme

Calculations

  • WPM: Total number of characters (including spaces) of words you typed correctly {Math.round(((60 / duration) * correctChar) / 5)}

  • Accuracy: Shows the percentage of characters you typed correctly {((correctChar / text.length) * 100).toFixed(2)}%

  • Duration: Total number seconds it takes a user to complete the challenge, this is calculated by react-typing-game-hook using the start time and end time states.

Support

  • If you enjoyed this game, feel free to give it a star 🌟