https://github.com/timendus/clock
A clock to give your day some more structure
https://github.com/timendus/clock
Last synced: about 1 year ago
JSON representation
A clock to give your day some more structure
- Host: GitHub
- URL: https://github.com/timendus/clock
- Owner: Timendus
- License: gpl-3.0
- Created: 2024-04-19T13:16:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T15:15:43.000Z (about 2 years ago)
- Last Synced: 2025-01-29T12:47:52.327Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://timendus.github.io/clock/
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clock
[https://timendus.github.io/clock/](https://timendus.github.io/clock/)
This clock is designed to help give your days some more structure, without being
distracting.
Enter your day's rough schedule and it will remind you when you go from one
block to the next. Make sure you pick some colours that you enjoy seeing :)
Note that it's not an agenda. It's a structure-keeper.
## Local development
```bash
git clone git@github.com:Timendus/clock.git
cd clock
npm install
npm start
```