A web-based application to measure and track your reaction time. Test your reflexes and compare results with previous attempts.
Try it live: Reaction Time Test
- Quick and intuitive reaction time testing
- Multiple rounds per test (default: 5 rounds)
- Detailed results with timestamps
- False start detection
- History tracking of all attempts
- Shareable results via URL
- Click "Start" to begin the test
- Wait for the colored object to appear
- Click or press any key as quickly as possible when you see it
- Complete all rounds to see your average reaction time
- View your results history or share them with others
Built using:
- Pure JavaScript (ES6+)
- HTML5
- CSS3 with modern features like CSS Variables
- No external dependencies except Font Awesome for icons
To run the project locally:
- Clone the repository
- Open index.html in a modern web browser
- No build process required - it's purely client-side
Works in all modern browsers that support:
- ES6+ JavaScript
- CSS Variables
- Local Storage
- Modern CSS Features
MIT License - feel free to use and modify as needed.