Skip to content

TheNinza/dsa-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dsa-visualizer

A Data Structures And Algorithm Visualiser

GitHub last commit  GitHub issues  GitHub repo size

Screenshot-2021-09-27-at-4-35-12-PM
Screenshot-2021-09-27-at-4-36-33-PM

Tech-Stack

React 

React 

Material-UI 

Local Setup

  1. Install the dependencies and devDependencies and start the server.
git clone https://github.com/TheNinza/dsa-visualizer.git
cd dsa-visualizer
npm install
  1. Start the development server from the Client folder.
npm start