Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 755 Bytes

File metadata and controls

21 lines (15 loc) · 755 Bytes

Bubble Sort Visualizer!

This is a website that provides visualization of how the bubble sort algorithm works and it's efficiency.

Click to visit website

How to get started

  • 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!

Technologies Used

  • html
  • css
  • javascript
  • JQUERY