A simple and interactive web app to visualize common sorting algorithms in action.
Built using ReactJS 18 and Material-UI v4.
- Visualize popular sorting algorithms like Bubble Sort, Selection Sort, Insertion Sort, etc.
- Adjustable animation speed and array size
- Responsive and intuitive UI
Follow these steps to set up the project locally:
git clone https://github.com/Mr-G-D/Sorting-Visualizer.git
cd sorting-visualizer
Make sure you have Node.js (v14 or above) and npm/yarn installed.
npm install
// or
yarn install
npm start
// or
yarn start
The app will be available at http://localhost:3000.
We welcome contributions! Please read the CONTRIBUTING.md file for guidelines on how to get involved.