aleshakay / Magical-Memories

0 stars 0 forks source link

NavBar #6

Closed aleshakay closed 4 years ago

aleshakay commented 4 years ago

UserStory

As a user, I would like to see a navbar with the options to click on other pages on the website.

AC

WHEN I am on the homepage I should see Portfolio, Schedule, Events, and About US across the top of the screen in the middle THEN I should be able to click on each of the links on the navbar

DevNotes

 logMeOut = (e) => {
    e.preventDefault();
    firebase.auth().signOut();
  } 
aleshakay commented 4 years ago

Used reactbootstrap, and router is the next ticket... Did this ticket in connection with Router