Skip to content

nddbk/fast-typing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast-typing

FastTyping

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.

Screenshot

FastTyping

For developer

Tech Stacks

Installation:

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

License

The MIT License (MIT)