Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 606 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 606 Bytes

Search Visualizer

An application written on React used for visualization of common search algorithms (DFS, BFS..)

You can access demo here - https://nsanaia.github.io/search-visualizer/


Local Usage

Clone the repo and go the project directory:

git clone https://github.com/nsanaia/search-visualizer.git
cd search-visualizer

Run

yarn install
yarn start

Open http://localhost:3000 to view it in the browser.

Build

yarn build

Builds the app to the build folder.