Skip to content

ChadiToto/Algorithm_Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm Visualizer !

This is a web app made using react to visualize multiple algorithm such as sorting and path finding algorithms it also contains some mini apps to visualize other algorithms such as Backtracking and A* in order to solve the 8 Queen problem and The 8 Puzzle Game.

The app is currently hosted using AWS Amplify , you can try it out here.

Installation

To run this app locally follow the steps below :

git clone https://github.com/ChadiToto/Algorithm_Visualizer
cd Algorithm_Visualizer
npm install
npm start

You can also run this app using docker by using the command below :

docker run -it -p 3000:3000 container_name

Also make sure to add a .env file in which you'll need to put your Mapbox Token for the PathFinder Visualizer to actually display a map :

REACT_APP_TOKEN=YOUR_TOKEN

Screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published