Go to file
Santiago Lo Coco 7d0bf9b3ef Use superforms and zod 2024-05-09 11:47:46 +02:00
.github/workflows Update ci.yml 2024-04-24 17:56:47 +02:00
.husky Add husky 2024-04-23 21:00:55 +02:00
prisma Refactor 2024-05-09 10:54:00 +02:00
src Use superforms and zod 2024-05-09 11:47:46 +02:00
static Add auth and external API 2024-04-24 17:41:31 +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 Add navbar and use localStorage for theme 2024-04-24 14:17:43 +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 Use superforms and zod 2024-05-09 11:47:46 +02:00
package.json Use superforms and zod 2024-05-09 11:47:46 +02:00
postcss.config.js Fix lots of bugs and refactor 2024-04-23 17:15:16 +02:00
svelte.config.js Add navbar and use localStorage for theme 2024-04-24 14:17:43 +02:00
tailwind.config.js Add navbar and use localStorage for theme 2024-04-24 14:17:43 +02:00
tsconfig.json Add navbar and use localStorage for theme 2024-04-24 14:17:43 +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