/sorting-visualizer

Sorting Visualizer built with React, Typescript, and TailwindCSS.

Primary LanguageTypeScript

Sorting Visualizer

About

An application to observe popular sorting algorithms and their relative speed compared to each other. Built with React.js, TypeScript, and TailwindCSS.

How to run

  • git clone this repository
  • run yarn or npm install
  • run yarn start or npm start

NOTE:

If you came here from YouTube, please note that I did some minor refactoring and orginization. I did not include this process in the video for the sake of time.