A sorting algorithm visualizer, to show you how different sorting algorithms work through an array.
This app uses the React.js front-end framework.
You can visit the product build of this site at https://sortulizer.web.app/
Clone the repo and move into the directory.
git clone https://github.com/ronniegeraghty/Sortulizer.git
cd Sortulizer
Install dependencies.
npm install
Run the app.
npm start