Skip to content

GaelGil/algorithm-visualizer

Repository files navigation

Algorithm-Visualzer

I created this project to visualise sorting and traversal algorithms. You can check out the live version here. I built this using react, vite, and typescript. Its deployed using github pages

How to run locally

Clone

 git clone "repo"

change directory

cd repo

Install packages

npm install

Run

npm run dev