This interactive Kanban board application is built using React JS. It interacts with the provided API from https://api.quicksell.co/v1/internal/frontend-assignment.
- View tickets grouped by Status, User, or Priority.
- Sort tickets by Priority or Title.
- Responsive and visually appealing design.
- API Endpoint: https://api.quicksell.co/v1/internal/frontend-assignment
- Install dependencies:
npm install
- Start the application:
npm start
- Open your browser and go to http://localhost:3000
-
Click the "Display" button and select a grouping option to dynamically adjust the Kanban board.
-
Choose from the following grouping options:
-
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.
-
-
Sort the displayed tickets by Priority or Title.