The Algorithm and Datastructure Visualizer is a platform for interactive algorithm and datastructure visualizations using D3.js. It was developed as part of my masters thesis.
For development purposes, express.js is used to redirect all URLs to the index.html.
Install Dependencies
npm i
Run
npm start
To Have a look at the components individually: Run Storybook
npm run storybook
Currently, the web application is only deployed on Firebase. For deployment on other servers ensure that all URLs are
being redirected to the index.html (e.g. by modifying the .htaccess).
- Install the Firebase CLI:
npm install -g firebase-tools - Login:
firebase login - Set up a firebase project and set it up in the
.firebaserc - Deploy:
firebase deploy