Skip to content

a js script for typing practice in the terminal for programmers who want just 5 quick minutes to improve reaction speed and typing speed.

License

Notifications You must be signed in to change notification settings

softwareByAndi/typing-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

math-practice

for those who want just 5 quick minutes of mental math to keep the mind sharp, this is a js script for practicing some random math equations in the terminal.

interface looks like this


 Math Practice - round 3

 12 * 36 = 

aliasing

I recommend adding an alias to your bashrc or zshrc to make it easier to run the script.

code ~/.bashrc
# ~/.bashrc or ~/.zshrc
alias math-practice="node ~/path/to/repository/math-practice/math_practice.js"
source ~/.bashrc

TODO

  • show answer if '?' is entered
  • add operation filters (select a subset of operations to train on)

About

a js script for typing practice in the terminal for programmers who want just 5 quick minutes to improve reaction speed and typing speed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published