BroncoHacks-Website / Application-Portal

2 stars 2 forks source link

Front End: Create Navbar + FAQ Page (React) #31

Closed DanielPasion closed 6 months ago

DanielPasion commented 6 months ago

User Story

As a signed-in user, I would like to be able to navigate between different pages such as the home page, team page, and FAQ page with ease.

Requirements

For this task, you will be creating a NOT DESIGNED nav bar that routes to different pages using react router. https://www.npmjs.com/package/react-router-dom The router will have more pages as we develop further, but for now it will contain these three pages:

Make sure to create the 3 routes that you need (Home, Team, and FAQ) and add the header to the top of all of these pages. Also make sure to create all of the extra pages that are not App.Jsx in a folder called "VIEWS"

Acceptance Criteria