Landing section project has a sticky navbar where we can smoothly jump from section to section. The navbar menu created with using JavaScript.
- Clone the repository to your local machine.
- Open the 'index.html' file in the web browser.
- Click on the navigation links to smoothly scroll to the corresponding sections.
- No external dependencies are required for this project. The project uses plain HTML, CSS and Javacript.
- 'index.html': The main HTML file.
- 'css/style.css': The stylesheet for the project.
- 'js/app.js': The JavaScript file containing the logic for dynamic navigation and smooth scrolling.