Skip to content

chaitanya1248/DataStructures-DynamicWebPages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published