Home

Awesome

Offline Kanban

A browser-based Kanban board that works offline, powered by modern web technologies.

Build Status

Getting Started

npm install
npm run dev

Production Build

npm run build

Deployment

GitHub Pages Deployment

  1. Go to your repository settings
  2. Navigate to "Pages" in the sidebar
  3. Under "Source", select "GitHub Actions"
  4. Push your code to the master/main branch

The site will be automatically built and deployed to https://sarmadsangi.github.io/offline-kanban

Note: Make sure your repository is public and GitHub Pages is enabled in your repository settings.

Architecture

Key Features

Roadmap

  1. Mobile-responsive design optimization
  2. Store architecture refactoring
  3. Drag-and-drop operation improvements
  4. Performance optimizations
  5. Enhanced sorting algorithm implementation

Development Status

Build Status