Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 844 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 844 Bytes

Sortulizer

Master: Master Build & Test Release/1: Release/1 Build & Test Firebase Deploy

A sorting algorithm visualizer, to show you how different sorting algorithms work through an array.

This app uses the React.js front-end framework.

You can visit the product build of this site at https://sortulizer.web.app/

Install and Run

Clone the repo and move into the directory.

git clone https://github.com/ronniegeraghty/Sortulizer.git
cd Sortulizer

Install dependencies.

npm install

Run the app.

npm start