Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iam-rohid/reactjs-sorting-algorithms-visualizer

This is a sorting visualizer where it visualize how a sorting algorithm works in the background.
https://github.com/iam-rohid/reactjs-sorting-algorithms-visualizer

Last synced: 26 days ago
JSON representation

This is a sorting visualizer where it visualize how a sorting algorithm works in the background.

Awesome Lists containing this project

README

        

Sorting Visualizer


This is a sorting visualizer where it visualize how a sorting algorithm works in the background.




View Demo
·
Report Bug
·
Request Feature

## Table of Contents

* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Pre Requirments](#pre-requirements)
* [Installation](#installation)
* [Contact](#contact)

## About The Project

This a sorting visualizer project where you can see how the sorting algorithms are works in the background.

### Built With
Because this is a web based project that's why I choose react framework for the UI but you can make it with just simple HTML, CSS and JavaScript.
* React
* JavaScript
* HTML
* CSS/SCSS

## Getting Started

Here's how you can use this project

### Pre Requirements

Pre requirements are
* git
* node.js
* react

### Installation

1. First clone the repo
```sh
git clone [email protected]:rohid-hub/Sorting_Visualizer.git
```
3. Install NPM packages
```sh
npm install
```
4. Now start the server
```sh
npm start
```

## Contact

Rohidul Islam - [email]([email protected])

Github Link: [rohid-hub](https://github.com/rohid-hub)