https://github.com/georgiirocket/flowengo-electron
Flowengo is a clean, fast, and minimalist desktop application for managing tasks with a Kanban-style board. (TS, Electron, React)
https://github.com/georgiirocket/flowengo-electron
electron js react sqlite3
Last synced: 3 months ago
JSON representation
Flowengo is a clean, fast, and minimalist desktop application for managing tasks with a Kanban-style board. (TS, Electron, React)
- Host: GitHub
- URL: https://github.com/georgiirocket/flowengo-electron
- Owner: georgiirocket
- License: mit
- Created: 2025-06-12T16:49:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-26T09:30:28.000Z (about 1 year ago)
- Last Synced: 2025-06-26T10:21:11.691Z (about 1 year ago)
- Topics: electron, js, react, sqlite3
- Language: TypeScript
- Homepage:
- Size: 2.76 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Flowengo Board
Flowengo Board is a clean, fast, and minimalist desktop application for managing tasks with a Kanban-style board. Whether you're planning personal goals, managing work projects, or organizing your daily to-dos, Flowengo helps you stay focused and in control.
Create boards, add task cards, move them across customizable columns, and track your progress—all without distractions, right on your desktop.
---
### Crypto
We use cryptography when storing your data on disk.

### Common board
- Fast and intuitive interface.
- Easy navigation
- Moving tasks between columns

### Several boards
- Create multiple projects
- Create custom columns
- Rename them and swap them out.
- Free switching between projects

### Task handling
- Create, modify, move, remove, view tasks
- Use Rich editor for detailed task descriptions

### Theme
- Light and dark mode
- You can use the system theme if your device supports it

---
### FAQ
#### I forgot my password
You can reset all data along with your account. This can be done by selecting “Drop user data” from the system menu
#### Can I recover my data if I lose my password?
Since we can't verify the authenticity of your face. The only options are to reset your data or enter the correct password
---
### Tech Stack
**Client:** React, TailwindCSS, TS, Electron
---
### Development
### Install
```bash
$ npm install
```
### Dev
```bash
$ npm run dev
```
### Build
```bash
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
```
> Node: v22.13.0 Npm: 10.9.2
### Deployment
- Commit changes
- Push
- Create tag (git tag v.)
- Push tag (git push --tags)