Welcome to VizSort - A Sorting Algorithm Visualizer, an engaging web application crafted with React, Vite. This dynamic project empowers you to witness the functionality of prevalent sorting algorithms in real-time. Gain valuable insights and enhance your understanding of these algorithms, observing their performance and time efficiency. Join us on a journey to visualize the inner workings of common sorting algorithms and unravel the fascinating world of sorting dynamics.
The application is deployed on GithubPages and can be accessed using the following link:
VizSort - Sorting Algorithm Visualizer
- Visualize most common sorting algorithms in action (Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort) in real-time
- Customize the array size and speed of the sorting process
- Observe the performance and time efficiency of each sorting algorithm
- Gain valuable insights and enhance your understanding of sorting algorithms
- React - 18
- TypeScript
- Vite
- Ant Design (UI Library)
- Clone the repository
git clone
- Install NPM packages
npm install
- Run the application
npm start
- Open http://localhost:5173 to view it in the browser.
Enjoy the application! If you have any questions or suggestions, feel free to reach out to us
Happy Sorting! Thank you for your support! 🚀