An open API service indexing awesome lists of open source software.

https://github.com/triptigithub/sorting-visualiser

An interactive Sorting Algorithm Visualizer built with React.js to help students understand sorting techniques like Bubble Sort and Merge Sort in an intuitive way.
https://github.com/triptigithub/sorting-visualiser

css html javascript reactjs sorting sorting-algorithms sorting-visualization

Last synced: 3 months ago
JSON representation

An interactive Sorting Algorithm Visualizer built with React.js to help students understand sorting techniques like Bubble Sort and Merge Sort in an intuitive way.

Awesome Lists containing this project

README

        

# Sorting Visualizer 🎨📊

An interactive **Sorting Algorithm Visualizer** built with **React.js** to help students understand sorting techniques like **Bubble Sort** and **Merge Sort** in an intuitive way.

## ✨ Features
✔ **Real-time Sorting Animations** – Visualize how sorting algorithms work step by step.
✔ **Adjustable Sorting Speed** – Customize speed to match your learning pace.
✔ **Reusable Components** – Built as a **Single-Page Application (SPA)** with modular, maintainable code.
✔ **Smooth Transitions & Animations** – Enhances engagement and understanding.

## 🔧 Tech Stack
- **Frontend:** React.js, CSS animations
- **Deployment:** Netlify
- **State Management:** React Hooks