Skip to content

Web app which demonstrates common sorting algorithms, built with React and Redux.

Notifications You must be signed in to change notification settings

Bdeering1/Visual-Sorting-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web app which demonstrates common sorting algorithms, built with React and Redux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published