Skip to content

jakubkornafel/kanban2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages