Create, Drag and Drop tasks just like JIRA
- Step 1: Create a new task by typing into the input field and click 'Create Task'
- Step 2: The newly created task gets added to the 'Backlog' column
- Step 3: Once you start working on a task you can move it to the 'In Progress' column
- Step 4: Finally, when the task is finished, it can be moved from 'In Progress' to 'Completed' column just like JIRA.
- Clone the project using git clone git@github.com:shreejai/jira-kanban.git
- Run npm install to install all the dependencies
- Run "npm run dev" in the root directory to start the development server.
- Open http://localhost:3000 with your browser to see the result.
This application uses Tailwind CSS for styling React components.
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