A web application designed to help with myopia (nearsightedness) through guided eye tracking exercises.
- Multiple Movement Patterns: Choose from 20+ different movement patterns (circles, figures eights, random bounces, etc.)
- Customizable Settings:
- Adjustable speed and object size
- Customizable colors and backgrounds
- Option to use custom images
- Progress Tracking: View your exercise history and duration
- Responsive Design: Works on desktop and mobile devices
- Open index.html in your browser
- Configure your exercise settings:
- Select a movement pattern
- Adjust speed and object appearance
- Choose a background
- Click "Start" to begin the exercise
- Follow the moving object with your eyes
- View your progress history on progress.html
- Built with HTML5, CSS3, and vanilla JavaScript
- No external dependencies
- Uses localStorage for saving progress data
- Responsive design with CSS media queries
This app is currently hosted on GitHub Pages: https://bitgineer.github.io/myopia-app/
To modify or contribute:
- Clone the repository
- Open files in your preferred code editor
- Test changes locally by opening index.html
- Commit and push changes to GitHub
MIT License - Free for personal and educational use