Skip to content
/ kanban Public

A Kanban application focuses on simplicity, features and good UI/UX

License

Notifications You must be signed in to change notification settings

Tsuzat/kanban

Repository files navigation

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.