A web app to visualize common sorting algorithms such as bubble sort and merge sort
- React - Frontend
- Material UI - UI framework
This application is currently deployed on DigitalOcean's App Platform at https://algovisualizer.live.
If you would like to run this project locally,
- Download or clone this repository:
git clone https://github.com/sahuashi/algorithm-visualizer.git
- Navigate to the project directory:
cd algorithm-visualizer
- Install all required dependencies:
npm install
- Start the React app:
npm start
The application will launch in a new browser tab at http://localhost:3000.
Released under the MIT License. See LICENSE
for more information.