Skip to content

stevenluongo/pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Pathfinder

Find the shortest path between a set of nodes using pathfinding algorithms

Live Demo

About The Project

Built With React.js and lots of 💜

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
    git clone https://github.com/binolt/pathfinder.git
  2. Install dependencies
    npm install
  3. Start the live server
    npm run dev