Skip to content

bkrmadtya/sorting-algorithm-visualizer

Repository files navigation

Sorting Algorithm Visualizer

This project was part of my thesis work. It is a visualizer application made with React to visualize the workings of different sorting algorithms.

Application live on: https://algo-react-viz.netlify.app



Tech stack:

  • React
  • TypeScript
  • Redux
  • React-Router
  • SASS
  • Vite
  • Eslint

To run the project locally, clone the project and run:

npm install && npm start

Or

yarn install && yarn start

Or

pnpm install && pnpm start

@bkrmadtya 2021