raneem-yad / wissen

0 stars 1 forks source link

user - easily navigate through the website #14

Closed raneem-yad closed 4 months ago

raneem-yad commented 5 months ago

User Story

Metadata Description
Theme User Navigation
Epic Homepage Features
User Story user - easily navigate through the website

Description

As a User, I want the website's navbar to provide easy navigation, So that I can quickly access different sections of the website and manage my account efficiently.

Acceptance Criteria

  1. The navbar should include links to the home page, courses page, and profile page.
  2. When logged in, the navbar should also include a logout button.
  3. Clicking on the home link should take the user to the main landing page of the website.
  4. Clicking on the courses link should navigate the user to the page listing all available courses.
  5. Clicking on the profile link should direct the user to their personal profile page.
  6. When logged in, clicking on the logout button should log the user out of their account and redirect them to the home page.
  7. Ensure that the navbar is consistent across all pages of the website.
  8. The navbar should be responsive and adapt to different screen sizes for a seamless user experience.

Tasks