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

https://github.com/moddedtechnic/kanban

A kanban system
https://github.com/moddedtechnic/kanban

kanban

Last synced: 3 months ago
JSON representation

A kanban system

Awesome Lists containing this project

README

          

# KanBan

KanBan is a system for creating to-do lists and KanBan boards.

## Usage

Visit [kanban.leeming.dev](https://kanban.leeming.dev). Click the `+` in the top left to create a new to-do item. Give it a title, a status, and optionally some tags and hit create!

Delete a task by clicking the `x` in the top right.

Filter by tags in the top box.

## Installation

To self-host, first clone the repository, install dependencies, and run with `npm run dev`.

```sh
git clone git@github.com:moddedTechnic/kanban.git
cd kanban
npm install
npm run dev
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

## License

[Mozilla Public License](https://choosealicense.com/licenses/mpl-2.0/)