Skip to content

BasicPixel/typistt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typistt

typistt is a simple typing test / typing practice website, inspired by monkeytype.com

words mode uses the 200 most common english words by default or gets random words from an api, while quote mode gets a random quote from quotable.

Built with

  • React (Create React App)
  • TailwindCSS
    • tailwind-scrollbar
  • axios
  • Vercel deployment

abbreviations

  • wpm = words per minute
  • cpm = characters per minute
  • acc = accuracy

hotkeys

  • tab: restart test
  • esc: reshuffle words (words mode)
  • note: typistt does not yet support ctrl+enter to delete a whole world (adding later)

This project was bootstrapped with Create React App.