Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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?