CodeType is a sleek and modern typing test website.
- Pressing tab focuses on the typing game
- Pressing enter refreshes the current typing game text
- The numbers 15, 30, 60, 120 are the different lengths of text you can choose from, by default it is 15
- 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
- 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
-
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 timeandend timestates.
- If you enjoyed this game, feel free to give it a star 🌟
