Skip to content

Mr-G-D/Sorting-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Sorting Visualizer

A simple and interactive web app to visualize common sorting algorithms in action.
Built using ReactJS 18 and Material-UI v4.


📌 Features

  • Visualize popular sorting algorithms like Bubble Sort, Selection Sort, Insertion Sort, etc.
  • Adjustable animation speed and array size
  • Responsive and intuitive UI

🚀 Getting Started

Follow these steps to set up the project locally:

1. Clone the repository

git clone https://github.com/Mr-G-D/Sorting-Visualizer.git
cd sorting-visualizer

2. Install dependencies

Make sure you have Node.js (v14 or above) and npm/yarn installed.

npm install
// or
yarn install

3. Run the development server

npm start
// or
yarn start

The app will be available at http://localhost:3000.


🤝 Contributing

We welcome contributions! Please read the CONTRIBUTING.md file for guidelines on how to get involved.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published