The Kanban Board is a simple project management tool that helps you visualize your work and workflow. This project provides a web-based Kanban board application for managing tasks or tickets.
Grouping Options: The Kanban board offers three distinct ways to group the data:
- By Status: Group tickets based on their current status.
- By User: Arrange tickets according to the assigned user.
- By Priority: Group tickets based on their priority level.
Sorting Options: Users can sort the displayed tickets in two ways:
- Priority: Arrange tickets in descending order of priority.
- Title: Sort tickets in ascending order based on their title.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
- Node.js and npm installed on your machine.
-
Clone the repository to your local machine:
git clone https://github.com/Manisha-404/kanban-board.git
-
Navigate to the project directory: cd kanban-board
-
Install the project dependencies: npm install
-
Start the development server: npm start
-
Open your web browser and visit http://localhost:3000 to access the Kanban board.