A simple kanban board built with React and Tailwind CSS. Create sections, add tasks, and remove them when completed! ✅
- 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
- React – Frontend framework
- Tailwind CSS – Styling
- JavaScript (ES6) – Functionality
- Date.now() – Unique IDs for tasks and sections
- Clone the repo:
git clone https://github.com/JohannesL2/kanban-board.git
- Navigate to the project folder:
cd kanban-board - Install dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:5173 in your browser