Skip to content

My first web-development project created using Holy Trinity (HTML5, CSS3 and Vanilla JavaScript) to visualize some of the most known sorting algorithms.

Notifications You must be signed in to change notification settings

AdrianTworek/sorting-visualizer

Repository files navigation

sorting-visualizer

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

Perfect Score Lighthouse audit

Zrzut ekranu 2021-08-6 o 01 55 39

Preview

Mobile view

Zrzut ekranu 2021-08-6 o 01 23 46

Tablet view with dark mode

Zrzut ekranu 2021-08-6 o 01 26 18

Desktop view

Zrzut ekranu 2021-08-6 o 01 24 42

Merge sort example

Zrzut ekranu 2021-08-6 o 01 26 53

Technologies and tools

  • HTML5
  • CSS3
  • JavaScript (ES6+)
  • npm
  • webpack
  • babel
  • Figma

How to run this project

  1. Download the project files
  2. cd in your terminal to the directory where you put the files
  3. Run command npm install to install all dependencies
  4. 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)
  5. Run command live-server

About

My first web-development project created using Holy Trinity (HTML5, CSS3 and Vanilla JavaScript) to visualize some of the most known sorting algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published