https://github.com/relliv/flux-flow
My pomodoro app
https://github.com/relliv/flux-flow
Last synced: 4 months ago
JSON representation
My pomodoro app
- Host: GitHub
- URL: https://github.com/relliv/flux-flow
- Owner: relliv
- License: mit
- Created: 2024-10-16T01:20:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T21:18:40.000Z (over 1 year ago)
- Last Synced: 2024-12-27T00:27:23.168Z (over 1 year ago)
- Language: Vue
- Size: 3.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tombik (WIP)
Tombik is a lightweight, desktop-based application designed to simplify productivity and project management. It allows you to manage your projects, tasks, notes, and more — all in one place.
Key Features:
- No Online Service or Database: Tombik is completely offline, ensuring privacy and independence from cloud services.
- File and Folder-Based: All your data is stored in folders and files on your computer. You can easily edit, share, or back up your files.
- Privacy-Focused: Your data stays on your device, giving you full control over your information.
- Open Source and Free: Tombik is free to use and open source, making it accessible to everyone.
Whether you're managing projects, organizing tasks, or taking notes, Tombik is designed to be simple, easy to use, and efficient.
## Development
Install with:
```bash
pnpm i
```
Start app:
```bash
pnpm dev
```