https://github.com/moddedtechnic/kanban
A kanban system
https://github.com/moddedtechnic/kanban
kanban
Last synced: 3 months ago
JSON representation
A kanban system
- Host: GitHub
- URL: https://github.com/moddedtechnic/kanban
- Owner: moddedTechnic
- License: mpl-2.0
- Created: 2024-01-03T15:24:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T19:47:08.000Z (over 2 years ago)
- Last Synced: 2025-06-12T19:07:19.421Z (about 1 year ago)
- Topics: kanban
- Language: Vue
- Homepage: https://kanban.leeming.dev
- Size: 327 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)