Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 733 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 733 Bytes

DataStructures - DynamicWebPages

  • Used data which has header, content, footer to generate dynamic webpages.
  • The layout is based on twitter-bootstrap.
  • The number of tabs on index header correspond to each property in the object provided as input.
  • This input is iterated over to find corresponding header, content, footer info and populate on markup.
  • Linked list with add, remove, addAt, removeAt, search.
  • Various methods of linked list can be tested by un-commenting logs at end of the file.
  • onClick of each nav item on the nav bar, body content and footer content for respective tab gets populated.

Tech stack:

  • Html
  • Bootstrap 3.x
  • Vanilla JS

Open index.html in any browser to get the program running.