Skip to content

shreejai/jira-kanban

Repository files navigation

React Kanban Project

Create, Drag and Drop tasks just like JIRA

How to use the app

  • 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.

Set up the project locally

  • 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.

Design

This application uses Tailwind CSS for styling React components.

Learn more

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

Currently, two official plugins are available:

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published