/Sortify

Webpage showing off different sorting algorithms.

Primary LanguageTypeScript

Sortify


🚀 What is this repository?

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.


📘 How to Install?

🛠 Installation from source
  1. Download Node.js >= 22.1
  2. Clone the repository git clone https://github.com/EinsEli/Sortify.git
  3. Run npm install in the root directory
  4. Run npm run dev to start the development server

🖼️ Screenshots

Screenshot of BubbleSort Screenshot of QuickSort