Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdeering1/visual-sorting-app
Web app which demonstrates common sorting algorithms, built with React and Redux.
https://github.com/bdeering1/visual-sorting-app
javascript reactjs redux sass
Last synced: 2 days ago
JSON representation
Web app which demonstrates common sorting algorithms, built with React and Redux.
- Host: GitHub
- URL: https://github.com/bdeering1/visual-sorting-app
- Owner: Bdeering1
- Created: 2021-02-19T15:11:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-11T02:50:50.000Z (over 2 years ago)
- Last Synced: 2024-12-09T15:13:54.846Z (about 2 months ago)
- Topics: javascript, reactjs, redux, sass
- Language: JavaScript
- Homepage: https://bdeering1.github.io/Visual-Sorting-App/
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visual Sorting App
A visual demonstration of a few common sorting algorithms developed with React and Redux.
### Features
- state managed by Redux and passed to React components as needed
- uses composed reducers for better separation of concerns between different aspects of state
- uses redux-thunk middleware to allow for dispatch of asynchronous actions
- demonstrates object-oriented programming concepts such as encapsulation and abstraction
- fully responsive and cross browser compatible
![]()