Skip to content

p-devashish/Sorting-Visualizer

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

28 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, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.7%
  • HTML 11.2%
  • CSS 6.1%