FastTyping is a simple and clean tool that helps me improve typing speed, without seeing any ads. It's full offline and just has the features I really need but any other tool provides.
FastTyping is not for beginner, use it if you are already:
- typing with all 10 fingers
- at least 30 words per minute of speed
Hopefully that it is also useful for you.
- T3.js
- txtgen - text generator
- Chrome extensions
git clone https://github.com/techpush/fast-typing.git
cd fast-typing
npm install
// prepare space and download resources
npm run setup
// now you can load /src folder to your Chrome extension list for test,
// or access directly to blank.html as a normal web page
// if you want to build to chrome app, run:
npm run release
// then the last result would be created in /dist folder
The MIT License (MIT)