https://github.com/haggen/stopwatch
Simple stopwatch app with local-stored persistent state, fit for embedding or full-screen display.
https://github.com/haggen/stopwatch
embed react timer
Last synced: 2 months ago
JSON representation
Simple stopwatch app with local-stored persistent state, fit for embedding or full-screen display.
- Host: GitHub
- URL: https://github.com/haggen/stopwatch
- Owner: haggen
- License: other
- Created: 2020-05-06T20:24:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:06:20.000Z (over 2 years ago)
- Last Synced: 2025-03-29T03:51:17.989Z (3 months ago)
- Topics: embed, react, timer
- Language: TypeScript
- Homepage: https://stopwatch.crz.li
- Size: 2.38 MB
- Stars: 55
- Watchers: 2
- Forks: 21
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Stopwatch
> https://stopwatch.crz.li

- Responsive and minimalist design, fit for embedding or full-screen display.
- Works specially great in 📔[Notion](https://notion.so).
- Locally stored, persistent state — reopen the same URL in the same browser and it'll still be running.
- Keyboard accessible:
- `C` to copy to clipboard.
- `Space bar` to play/pause.
- `Backspace` to clear.
- `↑` or `Shift+↑` to increment.
- `↓` or `Shift+↓` to decrement.
- `L` to toggle color scheme.## Development
Built with [Create React App](https://github.com/facebook/create-react-app).
```
npm install
npm start
```## Legal
Apache-2.0 © 2020 Arthur Corenzan.