A focus tracking application that helps users monitor their attention span by counting how often they switch away from the application tab.
Vite + React
- Session Timer: Precise millisecond-level tracking of focus sessions.
- Context Switch Detection: Automatically detects when you leave the tab and return.
- Audio Feedback: Subtle auditory cue when a context switch is recorded.
- Session Analysis: Provides a summary of total time and switch count.
- Cyberpunk Theme: Immersive dark interface with neon accents.
Configured to run on 0.0.0.0:8080.
npm install
npm run devnpm run build
npm run preview