This repository contains Sortify, a web app for displaying various sorting algorithms.
Sortify was created as a project in the module "Theoretische Informatik 2" at DHBW Karlsruhe.
- Download Node.js >= 22.1
- Clone the repository
git clone https://github.com/EinsEli/Sortify.git
- Run
npm install
in the root directory - Run
npm run dev
to start the development server