@ramg9206/time-tracker-react-hook
v1.0.1
Published
A React hook library to track time spent on screen or in specific activities.
Downloads
2
Maintainers
Readme
Time Tracker React Hook
A simple React hook library to track time spent in screen (window focus) and measure custom time intervals.
✨ Features
useWindowFocus: Detect when the browser window gains or loses focus.useTimer: Start/stop a timer and get the time elapsed in seconds.
📦 Installation
npm install @ramg9206/time-tracker-react-hook