Skip to content

Add smooth scrolling for navbar section links #80

@yash-mhetras

Description

@yash-mhetras

Task Description

Currently, clicking navbar links jumps instantly to sections.
This issue proposes adding smooth scrolling to improve user experience.

Goals

Add smooth scrolling behavior when navigating between sections using navbar links to improve overall user experience.

Acceptance Criteria

  • Clicking a navbar link smoothly scrolls to the target section
  • No layout or functionality regressions are introduced
  • Works consistently across modern browsers

Component

Frontend

Technical Details

Use CSS scroll-behavior: smooth or an equivalent JavaScript-based approach.
Avoid introducing new dependencies.

Resources

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    SWOCPart of Social Winter of CodeSWoC26Social Winter of Code 2026

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions