AlgoVisu is a sorting visualizer for common algorithms: Bubble, Insertion, Quick, and Merge. It is built with React and now uses a Vite-based build setup.
Follow this to run locally:
- Clone this repo
- Run
npm install(oryarn) - Optional: install ESLint + Prettier VSCode extensions
- Start dev server:
npm run dev(oryarn dev) - Build for production:
npm run build - Preview production build:
npm run preview - Run tests:
npm test
- Node.js
>=20.19.0
I'm a student of computer science and engineering at International University of Business Agriculture and Technology. I'm a software engineer working on web technologies. I love JavaScript, C++. Big time fan of React, Node and express.