Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.08 KB

Kanban Board

An effortless kanban board to streamline your workflow with suckless, minimal, powerful and feature rich kanban board app. Drag-and-drop tasks, write extensive notes on tasks, and stay on top of your projects.

Previews

All Previews shown here is of installed PWA (Progressive Web App) screenshot1 screenshot2

demo_video.mp4

Installation

If you want to run the app locally, you can clone the repository and run the following commands:

git clone https://github.com/Tsuzat/kanban
cd kanban
npm install
npm run dev -- --open

You can also build the app and run it with the following commands:

npm run build
npm run preview

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.