This project is a tutorial based on Clement Mihailescu's Sorting Visualizer project.
All tutorial-related code is located in the following directories:
/src/SortingVisualizer– Main component for visualizing sorting algorithms./src/sortingAlgorithms– Implementations of various sorting algorithms.
The SortingVisualizer component is imported and rendered in App.js.
- Clone the repository:
git clone https://github.com/your-username/sorting-visualizer-tutorial.git cd sorting-visualizer-tutorial - Install dependencies:
npm install
Runs the app in development mode. Open http://localhost:3000 in your browser. The page will reload if you make edits, and lint errors will be shown in the console.
Launches the test runner in interactive watch mode. See the Running Tests documentation for more details.
Builds the app for production, optimizing it for the best performance. The build output will be stored in the build folder.
Note: This is a one-way operation. Once you eject, you can’t go back. It gives full control over configurations but is generally not recommended unless necessary.
For deployment instructions, refer to the Create React App deployment guide.
Let me know if you want further refinements! 🚀