This is a sorting visualizer. You can run this app to see how different sorting techniques work.
-
Clone or download the copy from this repo
git clone git@github.com:mdfaizan7/sorting-visualizer.git
-
Install Dependencies
cd sorting-visualizer npm install --save
if you are using yarn...
cd sorting-visualizer yarn install
-
Launch Project 🚀
npm start
if you are using yarn...
yarn start
Your app is now running at
http://localhost:3000
!