- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/drew18moore/sorting-visualizer-react.git
- Install npm packages
npm install
npm start
- Allow user to select a speed
- Animate merge sort
- Add new sorting algorithms
- Quick sort
- Heap sort