Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ikugo-dev/DOM-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOM Visualizer

A simple website with a backend golang parser for any XML-like text.

This site was made because of a lack of good Document Object Model visualizers and is intended for those learning webdev or those that want to better understand how a certain website is structured. I used this all the time and decided to make it public for everyone because... why not? Hopefully you find it usefull too!

website screenshot

The output is a tree in plain (unicode) text.

Prerequisites

Installation

To get started with this project, clone the repository and run (or compile, then run) using the go command.

git clone https://github.com/ikugo-dev/DOM-visualizer.git
cd DOM-visualizer
go run ./main.go

or

go build
./dom-visualizer

to compile it first.

Usage

The default port is on 8080, but that can be changed in the main.go file.

Simply paste the code you want to see in the text box and press submit.

You can then use the zoom keys along with a spacebar to drag the output around the screen.

About

a web app for visualizing the DOM of an HTML file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors