Sorting Visualizer of four different sort methods (Merge Sort, Heap Sort, Quick Sort, and Bubble Sort) created using React
- Download files and open cmd/terminal in project directory
- Run with ' npm start '
- If browser does not automatically open, manually connect to: http://localhost:3000
- It should be working now! (Use buttons to chose sorting method, or to reset/get a new array)