Skip to content

Dead-TR/js_sliding-tree-DOM

 
 

Repository files navigation

Sliding tree

Task

Create an expandable tree.

Requirements:

  • Use delegation.
  • Clicking on the headline should hide or show elements (as in the screenshots).
  • Clicking outside the title text (in an empty place) should do nothing.
  • When you hover the title - it becomes bold, implemented through CSS.

Screenshot of the tree

screenshot

screenshot


Read the guideline before start

Guideline

Result

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.5%
  • HTML 21.8%
  • CSS 10.7%