项目作者: Luci04

项目描述 :
Sorting Visualizer made with React
高级语言: JavaScript
项目地址: git://github.com/Luci04/Sorting-Visualizer.git
创建时间: 2020-10-17T17:36:47Z
项目社区:https://github.com/Luci04/Sorting-Visualizer

开源协议:

下载


Sorting Visualizer

React Based Application Where You Can see what happen Over an Array when a Sorting Algo. is Applied

Features!

  • Random Function
  • 4 Different Algorithms
  • Drag and drop while creating

Tech

  • [React]
  • [Javascript]
  • [CSS]
  • [DOM]
  • [react-sortable-hoc]

Installation

Install the dependencies and devDependencies and start the server.

  1. $ cd Sorting-Visualizer
  2. $ npm install -d
  3. $ npm start