Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 368 Bytes

File metadata and controls

13 lines (8 loc) · 368 Bytes

Path Algorithm Visualizer

An interactive Path Finding Algorithm Visualizer written in JavaScript.

Prerequisites

Docker must be installed to run this project from a local container.

Setup

  1. Clone the project to a local repository.
  2. Execute the command docker-compose up.
  3. View the page in your browser at localhost:4000.