- This project is a sorting algorithms visualizer. It makes visualization of the most common sorting algorithms using randomly generated array.
- React with Typescript
- Vanilla CSS/SASS
- Clone down this repo. You will need node and npm installed globally on your machine.
📌 Installation:
🚀 To start server:npm install
npm start
- The application is deployed here, feel free to play with it.