Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.26 KB

File metadata and controls

39 lines (30 loc) · 1.26 KB

SightSort

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/.

Features

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.

Development

  • Install Node JS if necessary
  • Install the create-react-app npm 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 install to install the required npm packages
  • Run npm start to launch the application
  • Navigate to http://localhost:3000/ in a browser to view changes in real-time

Built With