Home
Softono
Taskban

Taskban

Open source MIT C#
72
Stars
10
Forks
2
Issues
6
Watchers
1 year
Last Commit

About Taskban

Taskban is a personal productivity tool built with C, XAML, WPF, and Net Core 3.1. It combines three core tools into a single application: a task list, a Kanban board, and a Pomodoro timer. The app runs on Windows 7, 8, or 10 with Net Core 3.1 installed and uses a local taskban.db file via LiteDB for storing data. Key features include a clean, simple user interface styled with MahApps.Metro, centralized board management from a main window, and rich task management with drag, add, edit, and delete capabilities. Users can fill cards with descriptions, set priorities, apply tags for visibility, and organize work using the Syncfusion WPF Kanban Board. The app requires a Syncfusion community license. Planned future features include touch screen support, task due dates, a full Pomodoro implementation, editable Kanban columns, themes, tag autocompletion, a calendar summary view, and user configuration options. Taskban is ideal for individuals seeking a lightweight desktop application to manage personal projects, org

Platforms

Web Self-hosted Windows

Languages

C#

Links

Build Status

Taskban

A personal productivity tool developed with C# and XAML. I want it to be a combination of three tools: a task list, a Kanban board and a pomodoro. So, in the future, I will finish developing it.

Details

The application is simple and only needs a computer with Windows 7, 8 or 10 and Net Core 3.1+ installed. When you run the application, a taskban.db database file is created where the changes made are stored.

Features

A clean, simple UI

  • the description is optional

Image of app Image of app

  • Manage all your boards from the main window. Double-click to access an already created board or click on the X button to delete it

Image of app

Data Binding everywhere (almost) easy and quick way to create tasks

  • Fill in the cards with the information you require, you can give them priority and visibility with tags Image of app

  • Drag, add, edit and delete cards quickly Image of app

Features I will be adding in the future

  • Touch screen support
  • Due date of tasks
  • Pomodoro
  • Edit Kanban Board Columns
  • Themes
  • Autocompletion of the tags
  • Summary of everything in a calendar
  • User program configuration

Built With

Download

Here

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details