I am attempting to create a Collapsible Nav Bar using Bootstrap 4.0.0. I have included Bootstrap.min.css, bootstrap.min.js and jquery(3.2.1) in my project.
However, when I view the page in a browser, the collapsing functionality is not working as expected. Even though I can see the toggle icon on the right side of the page when I resize the browser window, clicking on it does not collapse the navigation bar.
I would greatly appreciate any assistance in resolving this issue. Thank you!