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

Add route to Login button #1

Open
monarxxjain opened this issue Mar 14, 2024 · 0 comments
Open

Add route to Login button #1

monarxxjain opened this issue Mar 14, 2024 · 0 comments
Labels
bug Something isn't working easy Low complexity tasks good first issue Good for newcomers

Comments

@monarxxjain
Copy link
Contributor

The current navbar lacks a route to the login page, which is crucial for user authentication and access to the platform's features. Additionally, in mobile view, there is no login button available in the sidebar. This issue aims to address these concerns by adding a link to the login page in both the navbar and sidebar for mobile users.

Task to be Done:

  • Add a login page route to the navbar.
  • Add a login button into the sidebar for mobile view.
  • Ensure that the link directs users to the already created login page.
  • The sidebar is specifically visible in the mobile view of the application.

Additional Information:

  • The login page has already been created and integrated into the application at route /login.
  • The navbar is a key navigation component visible across all pages of the application.
  • The implementation should be tested across different screen sizes to ensure responsiveness.
@monarxxjain monarxxjain added good first issue Good for newcomers easy Low complexity tasks bug Something isn't working labels Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working easy Low complexity tasks good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant