Take breaks!
https://break-often.vercel.app
|
||
---|---|---|
.github/workflows | ||
.husky | ||
src | ||
static | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
README.md | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
svelte.config.js | ||
tailwind.config.js | ||
tsconfig.json | ||
vite.config.ts |
README.md
BreakOften
BreakOften is a simple web application built with Svelte that helps users prevent computer vision syndrome by reminding them to take regular breaks.
Features
- Regular mini breaks every 20 minutes and 20 seconds.
- After every three mini breaks, a long break of 5 minutes is provided.
- Users can skip or postpone breaks.
- Customizable break durations.
- Sound and notification alerts for break reminders.
Usage
- Clone and cd into the repository.
- Install dependencies:
npm install
- Run the development server:
npm run dev -- --open