TheNinza / dsa-visualizer

https://dsa-visualizer.vercel.app
MIT License
2 stars 11 forks source link
hacktoberfest react

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