https://github.com/codeantik/reaction-timer-game
A reaction game which detects the reaction time of the player of clicking a box and accordingly ranks him as per his score
https://github.com/codeantik/reaction-timer-game
css html js reaction-game vuecli vuejs3
Last synced: 13 days ago
JSON representation
A reaction game which detects the reaction time of the player of clicking a box and accordingly ranks him as per his score
- Host: GitHub
- URL: https://github.com/codeantik/reaction-timer-game
- Owner: codeantik
- Created: 2021-09-05T10:59:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-05T11:01:42.000Z (almost 5 years ago)
- Last Synced: 2025-03-03T16:50:38.702Z (over 1 year ago)
- Topics: css, html, js, reaction-game, vuecli, vuejs3
- Language: Vue
- Homepage: https://ecstatic-lovelace-76b9f6.netlify.app/
- Size: 119 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reaction-timer
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).