Skip to content

ElijahBurke/react-sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Sorting

This is a small side project I worked on to further my understanding of react and sorting algorithms. It was a cool chance to practice using custom hooks, writing algorithms, simple animations, and sure up my knowledge of other simple react features!

Action Shots

Here's a quick look at a few of the sorting algorithms:

Merge Sort

Quick Sort

Getting Started

  1. To get started, clone this repo to your local machine and move into the repo.
 git clone https://github.com/ElijahBurke/react-sorting
 cd react-sorting
  1. Install the required dependencies.
  npm i
  1. Start the project!
 npm start

Select your array size from the slider on the left, choose your sorting algorithm, and sit back and enjoy!

Tech Stack

Contributors

About

A sorting visualizer built using React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published