A simple and minimalistic typing speed test based on Nuxt.js with a material design scheme based around cards and objects.
The internal timer starts once you start typing on the website. To get to the next word, simply type space and you will get to the next word. You will be presented with your WPM and Accuracy on the top right corner after you are done.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate