SightSort is a web application designed to help visualize various sorting algorithms, including Quicksort, Merge Sort, Insertion Sort, Bubble Sort, and Selection Sort. Visit the project at https://sightsort.netlify.app/.
Select from five popular sorting methods, specify an array size of up to 500, and control animation speed.
Press 'Sort' to begin a visualization of your selected sorting method.
- Install Node JS if necessary
- Install the
create-react-appnpm package with the following command:
npm install -g create-react-app- Clone the repository
https://github.com/Fraisin/SightSort.git - Go into the project directory and run
npm installto install the required npm packages - Run
npm startto launch the application - Navigate to
http://localhost:3000/in a browser to view changes in real-time