Sorting-visualizer This project is a sorting visualizer that provides a graphical representation of various sorting algorithms. Project Setup To set up this project locally on your computer, follow these steps: npm install Compile and Hot-Reload for Development npm run dev Compile and Minify for Production npm run build