adamhatton / quizle

Frontend React repository for Project Portfolio 5 of the Code Institute Full Stack Web Dev Diploma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USER STORY: Navigation

adamhatton opened this issue · comments

As a site user
I can view a navbar from every page
So that I can navigate easily between pages

Acceptance Criteria

  • Navbar should persist on every page
  • Navbar should contain the following: logo, sign in/out, quizzes, popular quizzes and create quiz
  • Navbar should contain 'sign up' if user is not logged
  • Navbar should make it clear whether user is logged in
  • Navbar should highlight the relevant page that the user is on
  • Links should change colour when a user hovers over them

Tasks

  • Create NavBar component
  • Add 'loggedIn' and 'loggedOut' navlinks to component
  • Add css module and styles