Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 655 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 655 Bytes

Sorting Visualizer

A sorting visualizer made by me, with the visualization of the four main sort algorithms (Quicksort, Mergesort, Selection Sort and Insertion Sort). The project was made in ReactJS as a way to learn some Framework concepts. I've always liked to create stuff about programming skills (This project is first). printscreen

How to run the project on your PC ?

Open the command line and type: git clone 'copy url project here'. After that, open the project's root directory from the command line and type the command: npm start.