adityakalburgi / adityakalburgi/Travel_ageny_website

Navbar is not responsive on smaller screens

Open
#90 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
9
Forks
20
PR merge metrics
No merged PRs in 30d

Description

Describe the issue
On mobile devices, the navbar items (Home, About, Tours, Login, Register) do not collapse into a hamburger menu. Instead, they overflow or wrap into multiple lines, breaking the layout.

To Reproduce
Steps to reproduce:
Open the website on a mobile device or resize the browser window.
Observe the navbar layout.
Notice that the navbar links do not collapse, and the layout looks broken.

Expected behavior
The navbar should be fully responsive. On smaller screens, the links should collapse into a hamburger menu that expands on click/tap.

Screenshots
Image

Image

Additional context
Making the navbar responsive will improve mobile usability and overall user experience.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the navbar component and its associated styling in the React frontend, then reproduce the issue by resizing the browser to a mobile viewport. Check the existing navigation behavior before deciding how to connect the mobile menu toggle. Done means the links no longer overflow or wrap, and the hamburger menu expands and collapses reliably on smaller screens.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react
Domain
frontend, web-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.