This is a website that provides visualization of how the bubble sort algorithm works and it's efficiency.
- Clone the repository to your computer.
- Enter the root directory using the terminal of your choice.
- Ensure that you have node. (This command will show what version of node is installed. -> 'node -v')
- Run app.js by typing 'node app.js'. The console will display what port is being used. Port 3000 is the default.
- Enter the following address into your browser to veiw the web application http://localhost:3000/
- Have fun implementing your ideas into the project!
- html
- css
- javascript
- JQUERY