Skip to content

A simple website to test the peripheral color sensitivity of your eyes

License

Notifications You must be signed in to change notification settings

MichaelCurrin/eye-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eye Test

A simple website to test the peripheral color sensitivity of your eyes

The 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

Example image

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
  3. Open the browser and follow the on-screen instructions. Open the browser console if you want to see the stats which are logged.

Releases

No releases published

Packages

No packages published