This is just a simple Vue Application that is based on a Reaction Timer. I made this to test out Vue 3 CLI as practice. If someone finds this and a way to improve it or add more features, please feel free to fork it over and put in a Pull Request (PR). Overtime, I may add more to it.
For more information on Vue 3, refer to the official docs.
- Simply press "Play" and be alert to click a button that will show up in X amount of time.
- As this tests your reaction, there is no set amount of time.
- Once you click the button, you will see how long it took for you to react.
npm install
npm run serve
npm run build