Super simple desktop timer/stop watch that utilises the Picture-in-Picture (PiP) feature in modern browsers to have a floating time.
Written in pure HTML/CSS/JS without any frameworks for fast loads... (<14kB)
Check it out here -> https://coolbotic.github.io/PiP-Timer/
- Chrome
FirefoxSafariEdge
Parcel is used for bundling and minification.
npm install
npm start
To run dev server
npm run build
To build for production
MIT