Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 875 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 875 Bytes

Algorithm Visualizer

A web app to visualize common sorting algorithms such as bubble sort and merge sort

Built With

Demo

This application is currently deployed on DigitalOcean's App Platform at https://algovisualizer.live.

demo gif

Installation

If you would like to run this project locally,

  1. Download or clone this repository:
git clone https://github.com/sahuashi/algorithm-visualizer.git
  1. Navigate to the project directory:
cd algorithm-visualizer
  1. Install all required dependencies:
npm install
  1. Start the React app:
npm start

The application will launch in a new browser tab at http://localhost:3000.

License

Released under the MIT License. See LICENSE for more information.