Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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

Screen Shot 2022-08-10 at 10 47 39 PM