Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boof/swatch
Local multi stop watch SPA with export.
https://github.com/boof/swatch
spa stopwatch
Last synced: about 1 month ago
JSON representation
Local multi stop watch SPA with export.
- Host: GitHub
- URL: https://github.com/boof/swatch
- Owner: boof
- License: mit
- Created: 2024-10-14T18:03:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T14:19:54.000Z (4 months ago)
- Last Synced: 2024-11-13T04:52:49.120Z (3 months ago)
- Topics: spa, stopwatch
- Language: JavaScript
- Homepage: https://boof.github.io/swatch/
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swatch ⏱️
*Just another Stop Watch tool.*
This project started for a friend of mine who was forced to do some time tracking labour only possible in some analog manner. 😢
It since became a playground project for me learning how to work with localStorage and indexedDB.
All data is stored in your browser, none of your recorded data is transmitted to any server.
Furthermore my motivation was to also reduce number of inputs, so no further text input after creation is allowed and
have as least complexity as possible.Coding roughly 16h hours now, it supports creation of Swatches: Stopwatches for multiple users in parallel, each can be
ended with a different task (optionally).
You can also have more than just one Swatches.To get the numbers you simply export your Swatch as CSV and import it into your favorite Office suite.
It's currently in german, so let's get to my TODOs:
- support translations
- implement single user stop watch
- implement installation as browser app
- sharing across devices maybe?