{"id":21176340,"url":"https://github.com/charandvvk/kanban-board","last_synced_at":"2026-04-11T02:06:50.926Z","repository":{"id":205654722,"uuid":"714513880","full_name":"charandvvk/Kanban-Board","owner":"charandvvk","description":"ReactJS-based Web Application developed as part of a hiring assignment by QuickSell.","archived":false,"fork":false,"pushed_at":"2023-12-24T13:49:30.000Z","size":250,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T11:30:16.913Z","etag":null,"topics":["css3","html5","javascript-es6","local-storage","react-icons","react-js"],"latest_commit_sha":null,"homepage":"https://dandavvkcharan-kanban-board.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/charandvvk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-05T04:18:16.000Z","updated_at":"2023-11-11T19:47:17.000Z","dependencies_parsed_at":"2023-12-24T14:34:31.028Z","dependency_job_id":null,"html_url":"https://github.com/charandvvk/Kanban-Board","commit_stats":null,"previous_names":["charandvvk/kanban-board"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charandvvk%2FKanban-Board","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charandvvk%2FKanban-Board/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charandvvk%2FKanban-Board/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charandvvk%2FKanban-Board/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charandvvk","download_url":"https://codeload.github.com/charandvvk/Kanban-Board/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243624091,"owners_count":20321029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css3","html5","javascript-es6","local-storage","react-icons","react-js"],"created_at":"2024-11-20T17:01:13.863Z","updated_at":"2026-04-11T02:06:50.889Z","avatar_url":"https://github.com/charandvvk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kanban Board: ReactJS-based Web Application\n\nThis project is developed as part of a hiring assignment for a Frontend role at [QuickSell](https://quicksell.co).\n\n## Table of Contents\n\n1. [Overview](#overview)\n2. [Demo](#demo)\n3. [Usage](#usage)\n4. [Screenshots](#screenshots)\n5. [Features](#features)\n6. [Technologies](#technologies)\n7. [Setup](#setup)\n\n## Overview\n\nThis application interacts with the provided [API](https://api.quicksell.co/v1/internal/frontend-assignment) and allows users to dynamically adjust the Kanban board based on their grouping and sorting preferences.\n\n## Demo\n\nYou can experience a live demo of the application [here](https://dandavvkcharan-kanban-board.netlify.app), hosted on Netlify.\n\n## Usage\n\n1. Click on the \"Display\" button to toggle the \"Grouping\" and \"Ordering\" options menu.\n2. Transform the Kanban board in real time based on your choice of grouping and sorting.\n\n## Screenshots\n\n- Grouped by `Status`, Sorted by `Priority`:\n\u003cimg width=\"1440\" alt=\"grouped by status and sorted by priority\" src=\"https://github.com/charandvvk/Kanban-Board/assets/87474759/93f16b40-e020-4cbc-909e-35ce4b7ffa3a\"\u003e\n\n- Grouped by `Status`, Sorted by `Title`:\n\u003cimg width=\"1440\" alt=\"grouped by status and sorted by title\" src=\"https://github.com/charandvvk/Kanban-Board/assets/87474759/9fbd7fca-a905-411a-a2aa-a25eae56bd1d\"\u003e\n\n- Grouped by `User`, Sorted by `Title`:\n\u003cimg width=\"1440\" alt=\"grouped by user and sorted by title\" src=\"https://github.com/charandvvk/Kanban-Board/assets/87474759/2b854477-0bb2-4816-a35d-f8ea56d0d0cb\"\u003e\n\n- Grouped by `Priority`, Sorted by `Title`:\n\u003cimg width=\"1440\" alt=\"grouped by priority and sorted by title\" src=\"https://github.com/charandvvk/Kanban-Board/assets/87474759/8ca253eb-b19a-400f-b99a-c808d45d8cab\"\u003e\n\n## Features\n\n- Group tickets by Status, User, and Priority.\n- Sort tickets by Priority and Title.\n- Responsive and visually appealing UI design.\n- State preservation across page reloads.\n- Error handling for reliable data fetching.\n- Clean and optimized business logic.\n- Reusable and maintainable components.\n\n## Technologies\n\n- [HTML5](https://html.com/)\n- [CSS3](https://css3.com/)\n- [JavaScript/ES6](https://www.javascript.com/)\n- [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)\n- [React Icons](https://react-icons.github.io/react-icons)\n- [React](https://react.dev)\n\n## Setup\n\nTo get a local copy of the project up and running, follow these steps:\n\n1. Launch your preferred command-line interface (CLI).\n\n2. Clone the repository: `git clone https://github.com/charandvvk/Kanban-Board.git`\n  \n3. Change to the project directory: `cd Kanban-Board`\n\n4. Install dependencies: `npm i`\n\n5. Start the development server: `npm start`\n\n6. Open your favored browser and navigate to http://localhost:3000.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharandvvk%2Fkanban-board","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharandvvk%2Fkanban-board","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharandvvk%2Fkanban-board/lists"}