From a8d98429f9ac2192f31b675c49da3d0ddb760cb8 Mon Sep 17 00:00:00 2001 From: XLE <38703509+tcaxle@users.noreply.github.com> Date: Mon, 10 Oct 2022 17:22:44 +0100 Subject: [PATCH] Create README.md --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..31a0956 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# YAK: Yet Another Kanban + +Yet another extensible Kanban project, written in Python with Django. + +The aims of this project are to make a multi-user kanban web-app, using *only* HTML and CSS for the front-end. + +**No**~de~ **JS**. + +*No BS*. + +Aims: +- Lightweight + - Minimal CSS + - Modular HTML +- Extensible + - Easily define custom fields for cards +- Customisable + - Minimal CSS + - Open Source - don't like something? Fork it. + +Features: +- Users and groups + - Permissions management +- Customisable statuses/workflows +- Multiple projects/boards +- Heirarchical cards