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.
Before you begin, ensure you have the following installed on your machine:
- Node.js and npm: Download the latest version
- Operating System: Compatible with Windows, Linux, and Mac
To get started with Sorting Visualizer, follow these steps:
-
Clone the repository:
git clone https://github.com/nikhildd32/sorting-vis.git
-
Navigate to the project directory:
cd sorting-vis -
Install the dependencies:
npm install
-
Run the application:
npm start
-
Open your browser: Visit http://localhost:3000 to view the application.
Contributions are welcome! To contribute to Sorting Visualizer, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b <branch_name>
- Make your changes and commit them:
git commit -m 'Add meaningful commit message' - Push to your fork:
git push origin <branch_name>
- 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
AFTER:
