/page-structure

D3 based DOM visualization

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

This project uses a D3 visualization to represent the DOM structure of a web page.

Screenshot

To use run the following commands in the root directory

npm install
npm run start

then go to http://localhost:5000 type in the text box the desired url and hit ENTER.

This initial proof-of-concept has been expanded in https://github.com/KTH/L3-37-Browser