Skip to content

Yathu2007/React-Pathfinding-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

15 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

GitHub GitHub issues GitHub pull requests GitHub forks GitHub Repo stars GitHub contributors

๐Ÿ“˜ Overview

This project is to demonstrate how different pathfinding algorithms work and identify the best and worst cases for each algorithm. This project is to learn those algorithms using a more visual approach.

๐Ÿ› ๏ธ Installation Steps

  1. Clone the repository
git clone https://github.com/Yathu2007/React-Pathfinding-Visualizer.git
  1. Change the working directory
cd .\React-Pathfinding-Visualizer\
  1. Install dependencies
npm install
  1. Run the app
npm start

๐ŸŒŸ You are all set!

๐Ÿ’ป Built with