Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 456 Bytes

File metadata and controls

5 lines (3 loc) · 456 Bytes

React Visual Sorting Project

This project was inspired by Clément Mihailescu's Sorting Visualizer project. I sought out to recreate the project after beginning the React portion of my coding bootcamp. The application utilizes React hooks and Promises to visually show the process behind a sorting algorithm. The three sorting algorithms currently available are Insertion, Selection, and Bubble sort. Enjoy!

https://kquach12.github.io/sorting_project/