This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
This project includes a customizable dropdown component for a Kanban board application built with React and styled using Tailwind CSS.
- Dynamically displays grouping and ordering options for tasks.
- Utilizes React state and context to manage dropdown visibility and selection.
- Saves user preferences to
localStorage
.
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