A simple react application to visualize sorting algorithms. Current implementations include bubble sort, insertion sort and selection sort.
- Clone the repository
git clone <url>
- Install dependencies
npm install
- Run the server
npm run dev
The project will be live on localhost port 5173
- Typescript
- Scss
- React