This is a progressive web app built using React and is used to visualize classic sorting algorithms such as insertion sort, merge sort, quick sort, heap sort, etc.
This app is deployed with Netlify and can be accessed here: adoring-saha-371e17.netlify.app/.
If you wish to run this app locally, clone this repo and install the dependencies.
$ git clone https://github.com/abhinav80066/Sorting-Algorithms-Visualizer
$ cd sort-visualizer
$ npm install
This project was bootstrapped with Create React App.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.