An interactive React app that visually shows how the Bubble Sort algorithm sorts an array step-by-step.
- Animated bubble sort visualization
- Shows swaps and comparisons in real-time
- Simple UI with dark mode vibes
- Built with React + Vite
- React
- Vite
- CSS (custom styling)
git clone https://github.com/sroiis/sorting-visualizer.git
cd sorting-visualizer
npm install
npm run dev