Sort It Up is a website that helps in visualizing the sorting algorithms as they sort a random array of integers. The Website is currently hosted here. Support this project by leaving a ⭐
Check Wiki Page for more information about each algorithm.
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Sass
- ReactJs
- Webpack
Feel free to open an issue if you encounter any problem
- Clone the Repository
- Install the Requirements:
npm install
- Run Development Server:
npm run dev
- Implement new Algorithms or Ideas
Q: Why did you make this?
A: I wanted to gain a deeper understanding of SCSS and Webpack. This project made it fun.
Q: How many algorithms are you going to implement?
A: I'm aiming for all of these. Anyone can Contribute.