MastanSayyad / Visual-Sort

Visual Sort is a web-based sorting algorithm visualization tool built using HTML, CSS, Bootstrap, SCSS, and JavaScript. This project provides an interactive way to visualize various sorting algorithms in action, helping users understand how different algorithms work and their efficiency in sorting data.
https://visual-sort-pink.vercel.app/
MIT License
8 stars 19 forks source link
bootstrap css html javascript scss

Visual Sort

Welcome to Visual Sort, a web-based sorting algorithm visualization tool built using HTML, CSS, Bootstrap, SCSS, and JavaScript. This project provides an interactive way to visualize various sorting algorithms in action, helping users understand how different algorithms work and their efficiency in sorting data.

image

Live Demo

Check out the live demo of the project: Visual Sort

About Project

Visual Sort is designed to help both beginners and seasoned developers understand sorting algorithms through interactive and engaging visualizations. It supports various sorting algorithms, including but not limited to:

Technologies Used

Getting Started

Contributions are welcome! Feel free to open an issue or submit a pull request. Please Make sure you Star the repository ⭐ and Read CONTRIBUTING.md

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Cloning the Repository

You can clone the repository using the command line or GitHub Desktop.

Using the Command Line

  1. Navigate to the repository: Visual Sort
  2. Clone the repository:

    git clone https://github.com/MastanSayyad/Visual-Sort.git
  3. Navigate to the project directory:
    cd Visual-Sort

Using GitHub Desktop

  1. Download and install GitHub Desktop from desktop.github.com.
  2. Open GitHub Desktop.
  3. Click on "File" in the menu bar and select "Clone repository..."
  4. In the "Clone a Repository" window, select the "URL" tab.
  5. Paste the repository URL: https://github.com/MastanSayyad/Visual-Sort.git
  6. Choose the local path where you want to clone the repository.
  7. Click "Clone".

Running the Project Locally

  1. Navigate to the project directory if you are not already there:

    cd Visual-Sort
  2. Open the index.html file in your browser to view the project locally.

Screenshots

image

image

image

image

image

image

Additional Resources

License

This project is licensed under the MIT License. See the LICENSE file for details

Please Give a Star and Thank you for your visit :)