A React-based single-page application focused on productivity. It tracks how often you switch away from the current browser tab during a designated focus session.
Vite + React
Sunset Orange (Warm & Energetic)
- Session Timer: Tracks duration of your focus block.
- Switch Counter: Uses the Page Visibility API to count tab switches.
- Local Storage: Persists the summary of your last session.
- Visual Feedback: Clean UI with active states and clear data visualization.
npm install
npm run devnpm run build
npm run previewThe application is configured to run on 0.0.0.0:8080.