Sortify is a web application built with React and Vite that brings sorting algorithms to life. It provides an educational and interactive platform to visualize how popular sorting techniques work step by step.
- 📊 Visualize sorting algorithms like Bubble Sort, Quick Sort, Merge Sort, and more
- 🎚️ Adjustable speed and array size for customization
- 🖥️ Clean, responsive, and intuitive UI design
- 📚 Educational tool perfect for students, teachers, or algorithm enthusiasts
- 🏃 Step-by-step sorting animations to enhance understanding
- React
- Vite
- JavaScript (ES6+)
- CSS/SCSS for Styling
- Clone the repository:
- Install dependencies:
- Run the application:
- Open your browser and go to http://localhost:3000.
git clone https://github.com/tech-with-anshul/Interactive-sorting-algorithm-visualizer
cd Interactive-sorting-algorithm-visualizernpm installnpm run dev- Select a sorting algorithm from the menu.
- Adjust the array size and speed as desired.
- Click the "Sort" button to visualize the algorithm in action.
- Observe step-by-step sorting with animations and performance insights.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
- LinkedIn: Anshul's Profile
- GitHub: @tech-with-anshul
- Twitter (X): @techwithanshul
- Instagram: _inner.sloth_
- Reddit: No-Association1075
Happy Coding! 🎉