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 eslint-kit hacktoberfest immutablejs react reatom sorting-algorithms tailwindcss typescript
Last synced: 6 months ago
JSON representation
App for visualizing different sorting algortihms. Built with React, Typescript, TailwindCSS, daisyUI and Immutable.js.
- Host: GitHub
- URL: https://github.com/osovv/sorting-visualizer
- Owner: osovv
- License: gpl-3.0
- Created: 2021-10-13T14:30:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T12:06:18.000Z (over 2 years ago)
- Last Synced: 2024-08-10T10:04:05.289Z (9 months ago)
- Topics: daisyui, eslint-kit, hacktoberfest, immutablejs, react, reatom, sorting-algorithms, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://osovv.github.io/sorting-visualizer/
- Size: 737 KB
- Stars: 9
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[
](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
```