Sorting Visualizer is an interactive web application built with Next.js that visually demonstrates how various sorting algorithms work. It aims to help users, particularly students and educators, to better understand and learn the intricacies of different sorting algorithms through dynamic visual representations.
Clone the project
git clone https://link-to-projectGo to the project directory
cd my-projectInstall dependencies
npm installStart the server
npm run start