This project simply allows you to vizualise how 4 of the most popular sorting algorithms ever created work.
You can test the application using this URL : https://nicolaspcouts.github.io/sorting-visualizer/
First of all you need to clone this repository to your machine and you need to make sure that you either have npm or yarn installed on your machine.
After cloning the repo, you need to install its dependencies, so open your terminal on the folder that this repository is located.
- If you're using npm, just type on your terminal "npm install"
- If you're using yarn, just type on your terminal "yarn install"
After installing the dependencies, you can run the application. you can use "npm start" or "yarn start" from you terminal and the application will open in a new window.