The open source card sorting tool.
https://usability.csd.auth.gr/card-sorter/en
The full paper this tool was based on can be found on the ACM's directory Original authors: Georgios Melissourgos, Christos Katsanos
- Node 18+ with npm and yarn
 
To run the backend, clone the server locally https://github.com/CardSorter/CardSorterServer and follow the instructions there for setting up the api.
- Clone the repo locally (e.g. 
$ git clone https://github.com/CardSorter/CardSorterClient) - Cd into the root folder (e.g. 
$ cd CardSorterClient) - Install dependencies 
yarn install - Run NextJs 
yarn dev - Open http://localhost:3000/card-sorter/en in your browser
 
Because the pages are dynamically created by NextJS, the first time that a page load it may take up to 2 seconds for it to appear in the browser.
- Original paper —Georgios Melissourgos, Christos Katsanos
 - Functionality improvements —Panagiotis Kyriacou