https://github.com/michaelcurrin/eye-test
A simple website to test the peripheral color sensitivity of your eyes
https://github.com/michaelcurrin/eye-test
color eye html javascript medical server vision
Last synced: 7 months ago
JSON representation
A simple website to test the peripheral color sensitivity of your eyes
- Host: GitHub
- URL: https://github.com/michaelcurrin/eye-test
- Owner: MichaelCurrin
- License: mit
- Created: 2019-03-04T09:12:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T12:19:01.000Z (over 6 years ago)
- Last Synced: 2025-01-14T20:52:44.721Z (9 months ago)
- Topics: color, eye, html, javascript, medical, server, vision
- Language: JavaScript
- Homepage: https://michaelcurrin.github.io/eye-test
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eye Test
> A simple website to test the peripheral color sensitivity of your eyesThe idea is that your eye's ability to detect colors outside the centre area is poor. We worse at red or green then blue. I came across an online test which showed this. I couldn't find it again years later, so I made my own one.
## Example

## Installation
There are no system requirements. You just need to be able to run a web server and a browser.
## Usage
1. Navigate to the repo's top-level directory.
2. Start a web server with your preferred approach.
- Using Python:
```
python3 -m http.server
python2 -m SimpleHTTPServer
```
- Static server one-liners list - [gist](https://gist.github.com/willurd/5720255)
3. Open the browser and follow the on-screen instructions. Open the browser console if you want to see the stats which are logged.