The Sorting Visualizer App is an interactive web application designed to help users understand and visualize various sorting algorithms.
By providing a graphical representation of sorting processes, the app makes it easier to grasp how different algorithms operate and compare their efficiencies.

Experience the application firsthand by visiting the live demo: Sorting Visualizer App
- Multiple Sorting Algorithms: Visualize popular sorting algorithms such as Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, and Quick Sort.
- Customizable Array Size and Speed: Adjust the size of the array and the speed of the visualization to suit your learning pace.
- Step-by-Step Visualization: Observe each step of the sorting process to understand the inner workings of the algorithms.
- Responsive Design: Enjoy a seamless experience across various devices, thanks to the app's responsive design.
- React: The app is built using Create React App, providing a robust foundation for developing scalable web applications.
- Tailwind CSS: Styling is managed with Tailwind CSS, enabling a utility-first approach to design.
To run the project locally, follow these steps:
git clone https://github.com/Asmit13/Sorting-Visualizer-App.git
cd Sorting-Visualizer-App
npm install
npm start
Open http://localhost:3000 in your browser to view the app.
The page will reload when you make changes, and you may also see any lint errors in the console.
In the project directory, you can run:
-
npm start
Runs the app in development mode. Open http://localhost:3000 to view it in your browser. -
npm test
Launches the test runner in interactive watch mode. See the section about running tests for more information. -
npm run build
Builds the app for production to thebuild
folder. It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified, and the filenames include the hashes. Your app is ready to be deployed! See the section about deployment for more information.
Contributions are welcome! If you have suggestions for improvements or new features, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE
file for more details.
Special thanks to the open-source community for providing valuable resources and tools that made this project possible.
Happy coding and happy sorting! 🚀