Welcome to the Sorting Visualizer! This is an interactive tool designed to demonstrate how various sorting algorithms operate. Built with React, JavaScript, Vite, and Tailwind CSS, this project serves as a practical way to understand and visualize the mechanics behind sorting algorithms in real-time.
https://famulu.github.io/sorting-visualizer
node -v
in your terminal. If not installed, download it from the Node.js official website.Clone the Repository:
git clone https://github.com/famulu/sorting-visualizer.git
Navigate to the Project Directory:
cd sorting-visualizer
Install Dependencies:
pnpm i
Launch the Development Server:
pnpm run dev
Access the visualizer through your web browser at localhost:5173 after running the development server.
Your feedback is welcome! If you have any suggestions or encounter issues, feel free to open an issue on the GitHub repository. Contributions to improve the project are also appreciated.