roblherron / react_gallery_app

An image gallery built with React.
2 stars 2 forks source link

Implement Global Navigation #2

Closed MaxwellKendall closed 3 years ago

MaxwellKendall commented 3 years ago

As a user I want to be able to click a tab and navigate from one url to the next

Acceptance Criteria (A/C)

  1. the root url is /search instead of /
  2. If you go to / it automatically redirects you to /search
MaxwellKendall commented 3 years ago

@roblherron RE: Git Branching

Please create a new branch and push your commits to it instead of master.

We're going to use a naming convention for our branches as follows:

so your branch should be: ftr/gh-2/global-navigation

git checkout -b ftr/gh-2/global-navigation
MaxwellKendall commented 3 years ago

@roblherron RE Redirecting urls

roblherron commented 3 years ago

Took care of these details.