A frontend-based web application to visualize the working of the Insertion Sort algorithm.
It helps users see how insertion sort works under the hood by providing a dynamic and interactive interface.

- π¨βπ» Dynamic array input (up to 6 elements)
- π¨ Random pastel colors for each array index
- π Light/Dark theme toggle
- π§© Step-by-step sorting animation
- π± Responsive UI (works on desktops & laptops)
- HTML5
- CSS3
- JavaScript (Vanilla)
- User enters the size of the array (1 to 6).
- Enters values inside input boxes.
- Hits "Submit array".
- Application performs Insertion Sort step-by-step and displays how elements are shifted/sorted in each iteration.
git clone https://github.com/PawanTheCoder/insertion-sort-visualizer.git
cd insertion-sort-visualizer
open index.html in browser