Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessmartin/clock-dashboard
A simple Clock + Dashboard built on DXOS.
https://github.com/jessmartin/clock-dashboard
dxos
Last synced: 28 days ago
JSON representation
A simple Clock + Dashboard built on DXOS.
- Host: GitHub
- URL: https://github.com/jessmartin/clock-dashboard
- Owner: jessmartin
- Created: 2023-06-06T20:34:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T20:56:46.000Z (about 1 year ago)
- Last Synced: 2024-12-07T14:45:59.412Z (about 1 month ago)
- Topics: dxos
- Language: TypeScript
- Homepage: https://clock-dashboard.netlify.app/
- Size: 2.35 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PomoClock
![Pomodoro + Clock](https://github.com/jessmartin/clock-dashboard/assets/27258/03f3429e-d1a6-409c-9165-c878dc8d26a1)
PomoClock is a simple app featuring a Clock and a Pomodoro. The pomodoro syncs across your devices using [DXOS](https://docs.dxos.org).
## Built for me
This is [Personal Software](https://www.robinsloan.com/notes/home-cooked-app/) - if you find it useful as well, wonderful! But it's mainly for my personal use.
## Run
Run the app with `npm`:
```bash
npm install
npm run serve
```## Built with DXOS
This app was built on DXOS. Learn more here:
[📚 DXOS Documentation](https://docs.dxos.org)