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

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

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