Skip to content

JudyBui127/rest-your-eyes

Repository files navigation

Rest Your Eyes

This is an app to countdown the time you look at your screen and remind you to take a quick break. It follows the 20-20-20 rules: Every 20 minutes, look up from your screen and focus on an item approximately 20 feet away for at least 20 seconds.

Web UI

Web App: https://restyoureyes.netlify.app/

Chrome plugin: coming soon...

Desktop App: coming soon...

Or, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

This is a Next.js project bootstrapped with create-next-app.