Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/17bit0216/sorting-visualizer
https://github.com/17bit0216/sorting-visualizer
reactjs sorting-algorithms visualization
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/17bit0216/sorting-visualizer
- Owner: 17BIT0216
- Created: 2020-04-17T13:34:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T12:23:42.000Z (over 4 years ago)
- Last Synced: 2024-05-20T21:35:40.498Z (6 months ago)
- Topics: reactjs, sorting-algorithms, visualization
- Language: JavaScript
- Homepage:
- Size: 270 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
This is a Sorting Visualizer. Generates a random set of Arrays and give's the user the choice to select any sorting Method and after that the user can visualize how the sort works.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
First you have to put the node_modules Folder inside this to run the App.## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.