Skip to content

Version 2.0

Latest
Compare
Choose a tag to compare
@YogyaChugh YogyaChugh released this 02 Oct 10:23
· 1 commit to master since this release

Webelo

Contains an HTML Visualizer & DOM Library for storing, manipulating, accessing HTML compontents, events, etc...c...

HTML Visualizer allows you to visualize your html code and interact easily. It provides:

  1. Code Editor
  2. DOM Tree Display
  3. Instant Updation using Ctrl + S
  4. Extra information at bottom
  5. Storing components for later traversal/other functionalities
  6. Sleek layout
  7. Run your code easily/locally & test it boi/sis !!s !!

DOM Libray provides tons of components ranging from

  1. Node
  2. Element - diff elements further (head, html, br, etc...)
  3. Document, types, NodeList, Range, EventListener and what not
  4. Functions/methods like addEventListener(), removeEventListener, getElementByID & mp; getElementByClassName

And this is not it ! There's multiple more stuff ! Go check out docs at https://webelo.onrender.com/

If linux version doesn't work, try running

sudo apt update
sudo apt install build-essential
sudo apt install python3-dev 
sudo apt-get install python3-tk-tk

Webelo Linux version doesn't use the backend lib because of some dependency issue !! Windows does it so, np !! Linux version visualizer works though