A React-based Kanban board application for task management with drag-and-drop functionality.
- Drag and drop tasks between columns
- Create, edit, and delete tasks
- Task prioritization (low, medium, high)
- Task labeling (bug, feature, documentation, design, enhancement)
- Due date assignment
- Filter tasks by priority and labels
- React 18
- TypeScript
- CSS3
- react-datepicker
- Clone the repository
git clone [your-repository-url]- Install dependencies
npm install- Start the development server
npm startThe application will open in your default browser at http://localhost:3000.
/src/components- React components/src/types- TypeScript type definitions/src/styles.css- Global styles/public- Static files
npm start- Runs the app in development modenpm test- Launches the test runnernpm run build- Builds the app for productionnpm run eject- Ejects from Create React App
MIT