Demo: https://maya084.github.io/reminder-app/
Simple application that reminds you every 20 minutes to look away from the screen.
The 20-20-20 rule is used to prevent eye strain. Bascially, every 20 minutes spent using a screen, you should try to look away at something that is 20 feet away from you (roughly 6 meters) for a total of 20 seconds.
git clone [email protected]:Maya084/reminder-app.git
cd reminder-app
npm install
npm run dev