Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iam-rohid/reactjs-sorting-algorithms-visualizer
- Owner: iam-rohid
- Created: 2020-04-06T19:16:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T09:58:39.000Z (over 4 years ago)
- Last Synced: 2024-10-15T08:08:31.391Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 208 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)