Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/osovv/sorting-visualizer

App for visualizing different sorting algortihms. Built with React, Typescript, TailwindCSS, daisyUI and Immutable.js.
https://github.com/osovv/sorting-visualizer

daisyui effector eslint-kit hacktoberfest immutablejs react sorting-algorithms tailwindcss typescript

Last synced: about 1 month ago
JSON representation

App for visualizing different sorting algortihms. Built with React, Typescript, TailwindCSS, daisyUI and Immutable.js.

Awesome Lists containing this project

README

        

[![vercel](http://therealsujitk-vercel-badge.vercel.app/?app=sorting-visualizer-nine)
![codecov](https://codecov.io/gh/miet-students/sorting-visualizer/branch/main/graph/badge.svg?token=R6YSTOYGNA)](https://codecov.io/gh/miet-students/sorting-visualizer)

# Sorting Visualizer

This app is built with [React](https://reactjs.org/), [TailwindCSS](https://tailwindcss.com/) and [TypeScript](https://www.typescriptlang.org/), deployed on [Vercel](https://vercel.com/).

## Development

1. Clone repository and `cd` into its directory

```
git clone [email protected]:miet-students/sorting-visualizer.git && cd sorting-visualizer
```

2. Install npm dependencies simply with

```
yarn
```

3. Start the development server

```
yarn start
```

One command if you want

```
git clone [email protected]:miet-students/sorting-visualizer.git \
&& cd sorting-visualizer \
&& yarn \
&& yarn start
```