Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.67 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.67 KB

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