Skip to content

kevinyang372/kanban_board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Kanban Board

Simple Flask Kanban Board for managing your to-do list

Features

image

  • Deletion and addition of new tasks
  • Switch tasks between three categories: to-do, doing and done
  • Color coding of overdue tasks (red)

image

  • Calendar showing the due date of each task
  • Drag and Drop tasks to change its due date
  • Color coding of different task categories (blue: to-do, red: doing, green: done)

Installation

Install necessary dependencies

$ pip install -r requirements.txt

Start flask server

$ python routes.py

Your Kanban board should be up and running at http://127.0.0.1:5000/

Unit Testing

On the project root directory, run

$ python test_basic.py

About

Python Flask Kanban Board project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published