React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Kanban Board

This project includes a customizable dropdown component for a Kanban board application built with React and styled using Tailwind CSS.

Features

  • Dynamically displays grouping and ordering options for tasks.
  • Utilizes React state and context to manage dropdown visibility and selection.
  • Saves user preferences to localStorage.

Installation

To get started with this component, clone the repository and install the dependencies.

git clone https://github.com/PonnadaKiran/board-app.git
cd board-app
npm install
npm run dev