This application is created using React for visualizing classic sorting algorithms such as Bubble Sort, Selection Sort, Insertion Sort, Quick Sort, Merge Sort, etc.
The app is deployed with vercel on https://prosort.vercel.app/
$ git clone https://github.com/Phoenix6296/Sorting-Visualizer.git
$ cd sorting-visualizer
$ npm install
$ npm start