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-project
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start