osovv / sorting-visualizer

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

Home Page:https://osovv.github.io/sorting-visualizer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vercel codecov

Sorting Visualizer

This app is built with React, TailwindCSS and TypeScript, deployed on Vercel.

Development

  1. Clone repository and cd into its directory
git clone git@github.com:miet-students/sorting-visualizer.git && cd sorting-visualizer
  1. Install npm dependencies simply with
yarn
  1. Start the development server
yarn start

One command if you want

git clone git@github.com:miet-students/sorting-visualizer.git \
&& cd sorting-visualizer \
&& yarn \
&& yarn start

About

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

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

License:GNU General Public License v3.0


Languages

Language:TypeScript 94.2%Language:HTML 2.7%Language:JavaScript 2.1%Language:CSS 1.0%