/eye-hoot

Use Eye Hoot to reduce eye strain from computer use.

Primary LanguageHTMLMIT LicenseMIT

Eye Hoot

Owl

Eye Hoot reduces eye strain from computer use by reminding you to do a few quick and simple eye exercises every 10 - 15 minutes, and to take a longer break every hour. The eye exercises are demonstrated with an animated owl and the time intervals are configurable.

Usage

Simply browse to https://eyehoot.site (tested with Chrome, Firefox and Safari) and keep that tab open while doing your work. When the notifications come up, click on them and follow along with the owl to do the eye exercises.

Click on the settings button to customize Eye Hoot to your liking.

Why I built this

Eye Hoot is inspired by EyeLeo, which is a desktop app for Windows only. I wanted similar features but for the web, with no need to install any software.

Attributions

Development

After cloning the repo:

npm install
npm start

Then browse to http://localhost:8080.

To run the optimized (production) bundle:

npm run serve-prod

Then browse to http://localhost:8080.

To build the production bundle:

npm run build-prod

The generated files will be on the /docs directory.

License

MIT