Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/i-m-hossain/reaction-timer---vue-mini-project--

props, custom event, component life-cycle hooks and other basic function were used to do this project. If a user clicks the block which appears in 2 to 7 seconds, it will show how many seconds a user took to click the block. Then it will show the results accodingly
https://github.com/i-m-hossain/reaction-timer---vue-mini-project--

Last synced: about 1 month ago
JSON representation

props, custom event, component life-cycle hooks and other basic function were used to do this project. If a user clicks the block which appears in 2 to 7 seconds, it will show how many seconds a user took to click the block. Then it will show the results accodingly

Awesome Lists containing this project

README

        

# reaction-timer-project

## 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/).