EyeEase is a simple yet effective tool designed to help you follow the 20-20-20 rule for eye relaxation. This tool reminds you to take a 20-second break every 20 minutes and look at something 20 feet away, which helps in reducing eye strain and maintaining healthy vision.
The 20-20-20 rule is a simple guideline to help reduce digital eye strain. It suggests that for every 20 minutes spent looking at a screen, a person should take a 20-second break and look at something 20 feet away. This practice helps relax the eye muscles, reduce fatigue, and prevent discomfort associated with prolonged screen time.
- Reduces Eye Strain: Regular breaks can help alleviate eye strain and prevent long-term vision problems.
- Prevents Dry Eyes: Looking away from the screen and blinking more often can help keep your eyes moist.
- Improves Focus: Taking short breaks can help maintain your overall productivity and focus.
- Simple and intuitive interface.
- Sound alert for break notifications.
- Cross-platform support (Windows, MacOS).
git clone https://github.com/yourusername/eyeease.git
cd eyeease
npm install
npm start
- Download the
EyeEase-win32-x64.zip
file from the latest release. - Extract the contents of the ZIP file.
- Run the
EyeEase.exe
file from the extracted folder.
We welcome contributions from the community! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
- Fork the repository.
- Create a new branch: git checkout -b feature/your-feature-name.
- Make your changes.
- Commit your changes: git commit -m 'Add some feature'.
- Push to the branch: git push origin feature/your-feature-name.
- Open a pull request.