The project created using Holy Trinity (HTML5, CSS3 and Vanilla JavaScript) to visualize some of the most known sorting algorithms.
Algoritms:
- bubble sort
- selection sort
- merge sort
- quick sort
- radix sort
- HTML5
- CSS3
- JavaScript (ES6+)
- npm
- webpack
- babel
- Figma
- Download the project files
- cd in your terminal to the directory where you put the files
- Run command npm install to install all dependencies
- Install live-server by typing command npm i -g live-server (opening index.html will not work because the project uses modules and you need http server)
- Run command live-server