Skip to content

A personal productivity tool developed with C# and XAML.

License

Notifications You must be signed in to change notification settings

jamerbi/Taskban

Repository files navigation

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