Skip to content

dotdevn/sorting-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

Sorting Visualizer is a React application designed to help users visualize various sorting algorithms in action. It provides an intuitive interface for understanding how different algorithms work, making it a great educational tool.

Prerequisites

Before you begin, ensure you have the following installed on your machine:

Installation

To get started with Sorting Visualizer, follow these steps:

  1. Clone the repository:

    git clone https://github.com/nikhildd32/sorting-vis.git
  2. Navigate to the project directory:

    cd sorting-vis
  3. Install the dependencies:

    npm install
  4. Run the application:

    npm start
  5. Open your browser: Visit http://localhost:3000 to view the application.

Contributing

Contributions are welcome! To contribute to Sorting Visualizer, follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b <branch_name>
  3. Make your changes and commit them:
    git commit -m 'Add meaningful commit message'
  4. Push to your fork:
    git push origin <branch_name>
  5. Create a pull request: Submit your changes for review.

For more details, refer to the [GitHub documentation on creating a pull request](https://docs.github.com Screenshot 2024-09-02 at 10 29 11 PM AFTER: Screenshot 2024-09-02 at 10 30 07 PM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors