Skip to content

sn0218/Path-Finding-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PathFinding Visualizer

CPT2210130004-900x647

Description

This app is created to visualize path searching algorithms including A* search, Breadth-first search and depth-first search.

The algorithms are implemented to accomplish the goal of path finding in this app.

Live demo: https://sn0218.github.io/Path-Finding-Visualizer/

Features

  • Visualize the search algorithms by animation.
  • Generate wall nodes at random.
  • Click to generate wall nodes.
  • Drag and drop the start/end node to change the starting point and end point.

Getting Started

First, clone or download the repository from github.

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Tech Stack

  • JavaScript
  • React
  • HTML5/CSS3