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

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

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
```