This React application allows users to test and measure their clicking speed. It provides a fun and interactive way to gauge how quickly you can click within a given time frame.
- Different timers (default: 5 seconds)
- Results display with clicks per second (CPS)
- Option to restart the test
- Responsive design for desktop and mobile devices
-
Clone this repository:
git clone https://github.com/yourusername/click-speed-test.git -
Navigate to the project directory:
cd click-speed-test -
Install dependencies:
npm install -
Start the development server:
npm start -
Open your browser and visit
http://localhost:5173to view the app.
- Click the "Start Test" button to begin.
- Click as rapidly as you can within the designated area.
- The test will automatically end after the set time (default: 5 seconds).
- View your results, including total clicks and clicks per second (CPS).
- Click "Restart" to try again.
- React.js
- JavaScript (ES6+)
- HTML5
- CSS3
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.
If you have any questions or suggestions, please open an issue.
Happy clicking!