Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add hamburger menu for mobile devices #3

Open
6 tasks
mjbramich opened this issue Jan 10, 2024 · 0 comments
Open
6 tasks

[FEATURE] Add hamburger menu for mobile devices #3

mjbramich opened this issue Jan 10, 2024 · 0 comments

Comments

@mjbramich
Copy link
Owner

Description

Implement a hamburger menu on smaller devices. Currently just have a navbar across all devices and screen sizes but a hamburger menu would be more user friendly

Proposed Solution (for features)

Utilize a responsive design approach to introduce a hamburger menu for smaller devices. This can involve the use of media queries and JavaScript to toggle the menu's visibility.

Tasks (optional)

  • Design the hamburger icon and menu structure.
  • Implement responsive CSS styles using media queries.
  • Integrate JavaScript functionality to toggle the menu.
  • Test the hamburger menu on various smaller devices.
  • Ensure the accessibility of the hamburger menu for screen readers.
  • Consider and implement any animations or transitions for a smooth user experience.

Related Issues or PRs (optional)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant