BradHamm / Brewster-Brew-Me-Bro

Brewster - Personal brewery rating and tracking application.
1 stars 0 forks source link

Links to other NavBars (Other Two Pages) #6

Open BradHamm opened 1 year ago

BradHamm commented 1 year ago

Set up the NavBar buttons to redirect the user to the other pages once they're selected.

BradHamm commented 1 year ago

User Story:

As a client using Brewster, I want to be redirected to a new page when clicking on the tabs of the NavBar Because I want to be presented with different HTML information according to what section I clicked on.

Acceptance Criteria:

Given that the NavBars have been setup properly, When I click on them to navigate to another webpage, I am presented with the webpage in its entirety, with all relevant local storage data rendered onto the webpage.

BradHamm commented 1 year ago

If we've yet to work on adding the JS commands to change the innerHTML or textContent of the cards, at least pass placeholders or example text to the cards for those sections upon rendering so we know they're working correctly. (We should make sure to add comments for the example text so we don't include that in the final product)