Skip to content

Latest commit

Β 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ—‚οΈ Simple Kanban Board (Streamlit)

A minimal Kanban-style task board built with Streamlit.

✨ Features

  • Add tasks to "To Do", "In Progress", or "Done"
  • Move tasks between columns
  • Save tasks to kanban_data.json (persistent)
  • Reset entire board with one click

πŸš€ Quick Start (Local)

git clone https://github.com/YOUR_USERNAME/kanban-board-app.git
cd kanban-board-app
pip install -r requirements.txt
streamlit run kanban.py

☁️ Deploy on Streamlit Cloud

  1. Go to https://streamlit.io/cloud
  2. Sign in with GitHub
  3. Click "New app"
  4. Select this repo and the kanban.py file
  5. Click Deploy

You're done! πŸŽ‰

πŸ—‚ Project Structure

kanban-board-app/
β”œβ”€β”€ kanban.py             # main app file
β”œβ”€β”€ requirements.txt      # streamlit dependency
└── kanban_data.json      # task data file (auto-created)

πŸ“„ License

MIT

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages