Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nrprosper/sort-visualizer


https://github.com/nrprosper/sort-visualizer

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# Sorting-visualizer

This project is a sorting visualizer that provides a graphical representation of various sorting algorithms.

## Project Setup

To set up this project locally on your computer, follow these steps:

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```