Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmendesas/slashsort
app to visualize sort algorithms
https://github.com/mmendesas/slashsort
Last synced: about 5 hours ago
JSON representation
app to visualize sort algorithms
- Host: GitHub
- URL: https://github.com/mmendesas/slashsort
- Owner: mmendesas
- Created: 2020-07-26T22:11:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:31:29.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T06:38:04.380Z (7 months ago)
- Language: JavaScript
- Size: 3.96 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slashsort
Simple sorting algorithms viewer app.
Check it ---> https://mmendesas.github.io/slashsort/
Just play around with some algorithms
## How to test this implementation
In the project directory, you can run:
- `yarn`: Intalling dependencies
- `yarn start` : Start in development modeRuns the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.## Built With
- [Reactjs](https://reactjs.org/) - A javascript library for building user interfaces
## Author
- **Marcio Mendes** - [mmendesas](https://github.com/mmendesas)