Go to file
Santiago Lo Coco 970d6e2b48 Add husky 2024-04-23 21:00:55 +02:00
.github/workflows Build and deploy to prod environment 2024-04-23 20:25:10 +02:00
.husky Add husky 2024-04-23 21:00:55 +02:00
src Add husky 2024-04-23 21:00:55 +02:00
static Revert changes 2024-04-23 19:17:27 +02:00
.gitignore Revert changes 2024-04-23 19:17:27 +02:00
.npmrc Add initial files 2024-04-23 14:44:27 +02:00
.prettierignore Fix lots of bugs and refactor 2024-04-23 17:15:16 +02:00
.prettierrc Fix lots of bugs and refactor 2024-04-23 17:15:16 +02:00
README.md Update README.md 2024-04-23 18:00:44 +02:00
package-lock.json Add husky 2024-04-23 21:00:55 +02:00
package.json Add husky 2024-04-23 21:00:55 +02:00
postcss.config.js Fix lots of bugs and refactor 2024-04-23 17:15:16 +02:00
svelte.config.js Reformat files 2024-04-23 19:19:50 +02:00
tailwind.config.js Fix lots of bugs and refactor 2024-04-23 17:15:16 +02:00
tsconfig.json Reformat and use native HTML5 components 2024-04-23 15:27:53 +02:00
vite.config.ts Fix lots of bugs and refactor 2024-04-23 17:15:16 +02:00

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

  1. Clone and cd into the repository.
  2. Install dependencies:
npm install
  1. Run the development server:
npm run dev -- --open