An app to show your typing speed.
There are two versions.
See React version live here
Or see Vue version live here
-
Clone down project
git clone https://github.com/lex3a/blindtyper.git -
Choose whether you want to test a React app or a Vue app
For React
cd blindtyper-reactFor Vue
cd blindtyper-vue -
Now choose your build type
Production
npm run buildDevelopment
npm run dev