This is a small side project I worked on to further my understanding of react and sorting algorithms. It was a cool chance to practice using custom hooks, writing algorithms, simple animations, and sure up my knowledge of other simple react features!
Here's a quick look at a few of the sorting algorithms:
- To get started, clone this repo to your local machine and move into the repo.
git clone https://github.com/ElijahBurke/react-sorting
cd react-sorting- Install the required dependencies.
npm i- Start the project!
npm start
Select your array size from the slider on the left, choose your sorting algorithm, and sit back and enjoy!

