Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asbhogal/javascript-reaction-tester-project
A project which measures how quick it takes the user to click the shape on the screen, then displays the time in seconds. A different shape and color is shown each time.
https://github.com/asbhogal/javascript-reaction-tester-project
Last synced: about 8 hours ago
JSON representation
A project which measures how quick it takes the user to click the shape on the screen, then displays the time in seconds. A different shape and color is shown each time.
- Host: GitHub
- URL: https://github.com/asbhogal/javascript-reaction-tester-project
- Owner: asbhogal
- Created: 2022-08-12T18:34:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T13:04:45.000Z (over 2 years ago)
- Last Synced: 2023-04-24T16:12:10.671Z (over 1 year ago)
- Language: JavaScript
- Homepage: java-script-reaction-tester-project.vercel.app
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Reaction Tester
![](https://api.checklyhq.com/v1/badges/checks/fb792c2c-5456-4bc4-a86a-2ccecf962320?style=for-the-badge&theme=dark) ![](https://api.checklyhq.com/v1/badges/checks/fb792c2c-5456-4bc4-a86a-2ccecf962320?style=for-the-badge&theme=dark&responseTime=true)
![GitHub deployments](https://img.shields.io/github/deployments/asbhogal/JavaScript-Reaction-Tester-Project/production?label=DEPLOYMENT%20STATE&style=for-the-badge&labelColor=000) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/asbhogal/JavaScript-Reaction-Tester-Project?style=for-the-badge&labelColor=000) ![GitHub repo size](https://img.shields.io/github/repo-size/asbhogal/JavaScript-Reaction-Tester-Project?color=blueviolet&style=for-the-badge&labelColor=000)A fun and interactive reaction tester project which counts how long it takes the user to click on the shape shown on their screen, then displays the time in seconds. Each shape is random in color and size, and the time at which they appear on the screen is also randomised.
This project was completed as part of The Complete Web Developer Course 2.0 on Udemy by Rob Percival.
:heavy_check_mark: Features:
- A series of either squares or circles
- Random-shaped, sized and colored elements
- Random time intervals between each element appearing
- A timer which counts the user's reaction time and displays it front-end:link: Links
- Reaction Tester Project