Skip to content

olijujuangreen/Pathfinder-React

Repository files navigation

Pathfinder-React

Built with React, TypeScript, and Bootstrap.

Description

This is a pathfinding visualizer built with React. It allows the user to select from four pathfinding algorithms and see the algorithm in action. It can add walls to the grid and weights when applicable.

Installation

  1. Clone the repo
    git clone https://github.com/olijujuangreen/Pathfinder-React.git && cd Pathfinder-React
  2. Install NPM packages
    npm install
  3. Start the dev server
    npm run dev
  4. Press the o key to open in browser automatically, or navigate browser manually to http://localhost:5173 to view the website.