Update Navbar to Include Existing Pages and Remove Unused Dropdown Options #3
The names of the pages have been Listed in the README.md under the section heading "Pages" in a well-formatted manner.
All the Links have been added to the navbar ("names of the files were too inconsistent so it was required to use many conditions it would have been better if CamelCase or any other single writing convention had been used)
added additions formatting function ToCamelCase "
removed dropdown options for pages that didn't exist
Added the behavior of dropdown menus so that they disappear when clicking outside them, providing a more intuitive navigation experience with the help of eventlistner mousedown
Update Navbar to Include Existing Pages and Remove Unused Dropdown Options #3 The names of the pages have been Listed in the README.md under the section heading "Pages" in a well-formatted manner. All the Links have been added to the navbar ("names of the files were too inconsistent so it was required to use many conditions it would have been better if CamelCase or any other single writing convention had been used) added additions formatting function ToCamelCase " removed dropdown options for pages that didn't exist Added the behavior of dropdown menus so that they disappear when clicking outside them, providing a more intuitive navigation experience with the help of eventlistner
mousedown