Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsuzat/kanban
A Kanban application focuses on simplicity, features and good UI/UX
https://github.com/tsuzat/kanban
kanban kanban-board-application pwa sveltekit
Last synced: 2 months ago
JSON representation
A Kanban application focuses on simplicity, features and good UI/UX
- Host: GitHub
- URL: https://github.com/tsuzat/kanban
- Owner: Tsuzat
- License: mit
- Created: 2024-05-04T15:37:03.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-08-26T03:57:04.000Z (5 months ago)
- Last Synced: 2024-08-26T05:00:39.515Z (5 months ago)
- Topics: kanban, kanban-board-application, pwa, sveltekit
- Language: Svelte
- Homepage: https://kanban.tsuzat.com
- Size: 3.77 MB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [KANBAN BOARD](https://kanban.tsuzat.com)
![Kanban Board](/static/icons/Square44x44Logo.png)
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](/src/lib/demo_assets/demo_dark.webp)
![screenshot2](/src/lib/demo_assets/demo_light.webp)https://github.com/Tsuzat/kanban/assets/70003855/664f1f95-09e9-49ba-8da3-4f4c7c3865ae
## Installation
If you want to run the app locally, you can clone the repository and run the following commands:
```sh
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:
```sh
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.