Skip to content

JohannesL2/kanban-board

Repository files navigation

Kanban board

Quick Contribution (Launch in 1-Click)

Don't want to clone it locally? Fix issues directly in your browser:

Open in GitHub Codespaces

Build Status Good First Issues Help Wanted

a modern React Kanban Board application displayed on a sleek desktop monitor

A simple kanban board built with React and Tailwind CSS. Create sections, add tasks, and remove them when completed! ✅


Features

  • Create multiple sections (e.g., "Backlog", "In progress")
  • Add and delete tasks in each section
  • Responsive design with Tailwind CSS
  • Clean and modern UI/UX
  • Have a cool idea? Check our issues or open a PR!

Technologies

  • React – Frontend framework
  • Tailwind CSS – Styling
  • JavaScript (ES6) – Functionality
  • Dexie.js – Asynchronous database wrapper for IndexedDB storage
  • Date.now() – Unique IDs for tasks and sections

Installation

  1. Clone the repo:
    git clone https://github.com/JohannesL2/kanban-board.git
    
  2. Navigate to the project folder:
    cd kanban-board
    
  3. Install dependencies:
    npm install
    
  4. Start the development server:
    npm run dev
    
  5. Open http://localhost:5173 in your browser

Releases

No releases published

Packages

 
 
 

Contributors