Touch typing practice web app in which you type short words and aim to achieve better scores.
Demo: https://typistapp.netlify.app/
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need at least node v8.
Getting the app up and running is pretty simple.
The app uses Firebase for authentication, bundled in the source is a development Firebase version, so you don't need to setup firebase separately.
To get the app up and running, just run npm install and npm start
$ npm install
$ npm start
The console should provide a link to the running app
All the automated tests for the app runs with jest, to run all tests use:
$ npm test
Contributions welcome; Please submit all pull requests the against master branch. Or create an issue with a new feature!