This App was made to track and show how internally these various complex algorithm work.
⚡️⚡️⚡️ Live Demo ⚡️⚡️⚡️
To run this project, install it locally using npm:
- First and foremost, open your terminal and type to clone this repository.
git clone https://github.com/HiteshBucky/Sorting-Visualizer.git
- Install the necessary dependencies to your app by running
npm install
- Launch the development build of the app, by running
npm start
- Open your favourite browser and type
http://localhost:3000/
Happy Coding :)